#B04D24

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

Shades of Rose Of Sharon #B04D24

Tints of Rose Of Sharon #B04D24

Color information

#B04D24 (or 0xB04D24) is unknown color: approx Rose Of Sharon. HEX triplet: B0, 4D and 24. RGB value is (176,77,36). Sum of RGB (Red+Green+Blue) = 176+77+36=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D24 is #4FB2DB. Grayscale: #666666. Windows color (decimal): -5223132 or 2379184. OLE color: 2379184.

HSL color Cylindrical-coordinate representation of color #B04D24: hue angle of 17.57º 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 #B04D24 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1767736-
CMYK00.560.800.31
HSL17.57º66.04%41.57%-
HSV(B)17.57º79.55%69.02%-
XYZ20.8814.673.4-
YUV101.9390.8180.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.90%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 36 (14.45% from 255) = 12.46%
R=60.90%
G=26.64%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176773600.560.800.3117.5766.0441.57
HexB04D24038501F12422a
Octal26011544070120372210252
Binary1011000010011011001000111000101000011111100101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D24; }

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

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

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

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

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

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

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

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