#B05223

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

Shades of Rose Of Sharon #B05223

Tints of Rose Of Sharon #B05223

Color information

#B05223 (or 0xB05223) is unknown color: approx Rose Of Sharon. HEX triplet: B0, 52 and 23. RGB value is (176,82,35). Sum of RGB (Red+Green+Blue) = 176+82+35=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B05223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05223 is #4FADDC. Grayscale: #696969. Windows color (decimal): -5221853 or 2314928. OLE color: 2314928.

HSL color Cylindrical-coordinate representation of color #B05223: hue angle of 20º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B05223 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1768235-
CMYK00.530.800.31
HSL20º66.82%41.37%-
HSV(B)20º80.11%69.02%-
XYZ21.2315.393.44-
YUV104.7588.64178.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 35 (14.06% from 255) = 11.95%
R=60.07%
G=27.99%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176823500.530.800.312066.8241.37
HexB05223035501F144329
Octal26012243065120372410351
Binary1011000010100101000110110101101000011111101001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05223; }

 p { color: rgb(176,82,35); }

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

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

 a { background-color: rgb(176,82,35); }

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

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

 span { border-color: rgb(176,82,35); }

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