#B35221

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

Shades of Rose Of Sharon #B35221

Tints of Rose Of Sharon #B35221

Color information

#B35221 (or 0xB35221) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 52 and 21. RGB value is (179,82,33). Sum of RGB (Red+Green+Blue) = 179+82+33=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B35221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35221 is #4CADDE. Grayscale: #696969. Windows color (decimal): -5025247 or 2183859. OLE color: 2183859.

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

Color convert

RGB1798233-
CMYK00.540.820.30
HSL20.14º68.87%41.57%-
HSV(B)20.14º81.56%70.2%-
XYZ21.8815.733.32-
YUV105.4287.14180.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.88%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 33 (13.28% from 255) = 11.22%
R=60.88%
G=27.89%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179823300.540.820.3020.1468.8741.57
HexB35221036521E14452a
Octal26312241066122362410552
Binary1011001110100101000010110110101001011110101001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35221; }

 p { color: rgb(179,82,33); }

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

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

 a { background-color: rgb(179,82,33); }

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

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

 span { border-color: rgb(179,82,33); }

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