#B04224

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

Shades of Rose Of Sharon #B04224

Tints of Rose Of Sharon #B04224

Color information

#B04224 (or 0xB04224) is unknown color: approx Rose Of Sharon. HEX triplet: B0, 42 and 24. RGB value is (176,66,36). Sum of RGB (Red+Green+Blue) = 176+66+36=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B04224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04224 is #4FBDDB. Grayscale: #5F5F5F. Windows color (decimal): -5225948 or 2376368. OLE color: 2376368.

HSL color Cylindrical-coordinate representation of color #B04224: hue angle of 12.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B04224 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1766636-
CMYK00.620.800.31
HSL12.86º66.04%41.57%-
HSV(B)12.86º79.55%69.02%-
XYZ20.1713.253.16-
YUV95.4794.44185.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.31%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=63.31%
G=23.74%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176663600.620.800.3112.8666.0441.57
HexB0422403E501Fd422a
Octal26010244076120371510252
Binary101100001000010100100011111010100001111111011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04224; }

 p { color: rgb(176,66,36); }

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

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

 a { background-color: rgb(176,66,36); }

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

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

 span { border-color: rgb(176,66,36); }

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