#B74524

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

Shades of Rose Of Sharon #B74524

Tints of Rose Of Sharon #B74524

Color information

#B74524 (or 0xB74524) is unknown color: approx Rose Of Sharon. HEX triplet: B7, 45 and 24. RGB value is (183,69,36). Sum of RGB (Red+Green+Blue) = 183+69+36=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B74524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74524 is #48BADB. Grayscale: #636363. Windows color (decimal): -4766428 or 2377143. OLE color: 2377143.

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

Color convert

RGB1836936-
CMYK00.620.800.28
HSL13.47º67.12%42.94%-
HSV(B)13.47º80.33%71.76%-
XYZ21.9714.453.3-
YUV99.3292.27187.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.54%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 36 (14.45% from 255) = 12.5%
R=63.54%
G=23.96%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183693600.620.800.2813.4767.1242.94
HexB7452403E501Cd432b
Octal26710544076120341510353
Binary101101111000101100100011111010100001110011011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74524; }

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

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

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

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

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

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

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

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