#B65020

Color #B65020 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B65020

Tints of Rose Of Sharon #B65020

Color information

#B65020 (or 0xB65020) is unknown color: approx Rose Of Sharon. HEX triplet: B6, 50 and 20. RGB value is (182,80,32). Sum of RGB (Red+Green+Blue) = 182+80+32=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B65020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65020 is #49AFDF. Grayscale: #696969. Windows color (decimal): -4829152 or 2117814. OLE color: 2117814.

HSL color Cylindrical-coordinate representation of color #B65020: hue angle of 19.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B65020 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1828032-
CMYK00.560.820.29
HSL19.2º70.09%41.96%-
HSV(B)19.2º82.42%71.37%-
XYZ22.4215.793.23-
YUV105.0386.79182.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 32 (12.89% from 255) = 10.88%
R=61.90%
G=27.21%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182803200.560.820.2919.270.0941.96
HexB65020038521D13462a
Octal26612040070122352310652
Binary1011011010100001000000111000101001011101100111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65020; }

 p { color: rgb(182,80,32); }

 H1.HeaderClassName
 {
   color: #B65020;
 }
 .AnyTagClassName
 {
   color: #B65020;
 }
</style>
background-color css

<style>
 a { background-color: #B65020; }

 a { background-color: rgb(182,80,32); }

 div.DivClassName
 {
   background-color: #B65020;
 }
 .BgClassName
 {
   background-color: #B65020;
 }
</style>
border-color css

<style>
 span { border-color: #B65020; }

 span { border-color: rgb(182,80,32); }

 td.TdClassName
 {
   border-color: #B65020;
 }
 .TagClassName
 {
   border-color: #B65020;
 }
</style>