#B74A24

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

Shades of Rose Of Sharon #B74A24

Tints of Rose Of Sharon #B74A24

Color information

#B74A24 (or 0xB74A24) is unknown color: approx Rose Of Sharon. HEX triplet: B7, 4A and 24. RGB value is (183,74,36). Sum of RGB (Red+Green+Blue) = 183+74+36=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74A24 is #48B5DB. Grayscale: #666666. Windows color (decimal): -4765148 or 2378423. OLE color: 2378423.

HSL color Cylindrical-coordinate representation of color #B74A24: hue angle of 15.51º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B74A24 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1837436-
CMYK00.600.800.28
HSL15.51º67.12%42.94%-
HSV(B)15.51º80.33%71.76%-
XYZ22.315.093.41-
YUV102.2690.61185.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=62.46%
G=25.26%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183743600.600.800.2815.5167.1242.94
HexB74A2403C501C10432b
Octal26711244074120342010353
Binary1011011110010101001000111100101000011100100001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74A24; }

 p { color: rgb(183,74,36); }

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

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

 a { background-color: rgb(183,74,36); }

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

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

 span { border-color: rgb(183,74,36); }

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