#b74c20

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

Shades of Rose Of Sharon #B74C20

Tints of Rose Of Sharon #B74C20

Color information

#B74C20 (or 0xB74C20) is unknown color: approx Rose Of Sharon. HEX triplet: B7, 4C and 20. RGB value is (183,76,32). Sum of RGB (Red+Green+Blue) = 183+76+32=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C20 is #48B3DF. Grayscale: #676767. Windows color (decimal): -4764640 or 2116791. OLE color: 2116791.

HSL color Cylindrical-coordinate representation of color #B74C20: hue angle of 17.48º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B74C20 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB1837632-
CMYK00.580.830.28
HSL17.48º70.23%42.16%-
HSV(B)17.48º82.51%71.76%-
XYZ22.3715.343.15-
YUV102.9887.95185.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.89%
GREEN value IS 76 (30.08% from 255) = 26.12%
BLUE value IS 32 (12.89% from 255) = 11.00%
R=62.89%
G=26.12%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183763200.580.830.2817.4870.2342.16
HexB74C2003A531C11462a
Octal26711440072123342110652
Binary1011011110011001000000111010101001111100100011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74c20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74c20; }

 p { color: rgb(183,76,32); }

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

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

 a { background-color: rgb(183,76,32); }

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

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

 span { border-color: rgb(183,76,32); }

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