#B35222

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

Shades of Rose Of Sharon #B35222

Tints of Rose Of Sharon #B35222

Color information

#B35222 (or 0xB35222) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 52 and 22. RGB value is (179,82,34). Sum of RGB (Red+Green+Blue) = 179+82+34=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B35222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35222 is #4CADDD. Grayscale: #696969. Windows color (decimal): -5025246 or 2249395. OLE color: 2249395.

HSL color Cylindrical-coordinate representation of color #B35222: hue angle of 19.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B35222 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1798234-
CMYK00.540.810.30
HSL19.86º68.08%41.76%-
HSV(B)19.86º81.01%70.2%-
XYZ21.915.733.4-
YUV105.5387.64180.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.68%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 34 (13.67% from 255) = 11.53%
R=60.68%
G=27.80%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179823400.540.810.3019.8668.0841.76
HexB35222036511E14442a
Octal26312242066121362410452
Binary1011001110100101000100110110101000111110101001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35222; }

 p { color: rgb(179,82,34); }

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

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

 a { background-color: rgb(179,82,34); }

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

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

 span { border-color: rgb(179,82,34); }

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