#B35122

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

Shades of Rose Of Sharon #B35122

Tints of Rose Of Sharon #B35122

Color information

#B35122 (or 0xB35122) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 51 and 22. RGB value is (179,81,34). Sum of RGB (Red+Green+Blue) = 179+81+34=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B35122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35122 is #4CAEDD. Grayscale: #696969. Windows color (decimal): -5025502 or 2249139. OLE color: 2249139.

HSL color Cylindrical-coordinate representation of color #B35122: hue angle of 19.45º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B35122 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1798134-
CMYK00.550.810.30
HSL19.45º68.08%41.76%-
HSV(B)19.45º81.01%70.2%-
XYZ21.8215.583.37-
YUV104.9487.97180.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.88%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 34 (13.67% from 255) = 11.56%
R=60.88%
G=27.55%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179813400.550.810.3019.4568.0841.76
HexB35122037511E13442a
Octal26312142067121362310452
Binary1011001110100011000100110111101000111110100111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35122; }

 p { color: rgb(179,81,34); }

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

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

 a { background-color: rgb(179,81,34); }

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

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

 span { border-color: rgb(179,81,34); }

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