#b05221

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

Shades of Rose Of Sharon #B05221

Tints of Rose Of Sharon #B05221

Color information

#B05221 (or 0xB05221) is unknown color: approx Rose Of Sharon. HEX triplet: B0, 52 and 21. RGB value is (176,82,33). Sum of RGB (Red+Green+Blue) = 176+82+33=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B05221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05221 is #4FADDE. Grayscale: #686868. Windows color (decimal): -5221855 or 2183856. OLE color: 2183856.

HSL color Cylindrical-coordinate representation of color #B05221: hue angle of 20.56º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B05221 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1768233-
CMYK00.530.810.31
HSL20.56º68.42%40.98%-
HSV(B)20.56º81.25%69.02%-
XYZ21.215.373.29-
YUV104.5287.64178.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 33 (13.28% from 255) = 11.34%
R=60.48%
G=28.18%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176823300.530.810.3120.5668.4240.98
HexB05221035511F154429
Octal26012241065121372510451
Binary1011000010100101000010110101101000111111101011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05221; }

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

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

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

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

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

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

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

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