#B55224

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

Shades of Rose Of Sharon #B55224

Tints of Rose Of Sharon #B55224

Color information

#B55224 (or 0xB55224) is unknown color: approx Rose Of Sharon. HEX triplet: B5, 52 and 24. RGB value is (181,82,36). Sum of RGB (Red+Green+Blue) = 181+82+36=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B55224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55224 is #4AADDB. Grayscale: #6A6A6A. Windows color (decimal): -4894172 or 2380469. OLE color: 2380469.

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

Color convert

RGB1818236-
CMYK00.550.800.29
HSL19.03º66.82%42.55%-
HSV(B)19.03º80.11%70.98%-
XYZ22.3915.993.57-
YUV106.3688.3181.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.54%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 36 (14.45% from 255) = 12.04%
R=60.54%
G=27.42%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181823600.550.800.2919.0366.8242.55
HexB55224037501D13432b
Octal26512244067120352310353
Binary1011010110100101001000110111101000011101100111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55224; }

 p { color: rgb(181,82,36); }

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

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

 a { background-color: rgb(181,82,36); }

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

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

 span { border-color: rgb(181,82,36); }

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