#B55B36

Color #B55B36 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #B55B36

Tints of Smoke Tree #B55B36

Color information

#B55B36 (or 0xB55B36) is unknown color: approx Smoke Tree. HEX triplet: B5, 5B and 36. RGB value is (181,91,54). Sum of RGB (Red+Green+Blue) = 181+91+54=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B36 is #4AA4C9. Grayscale: #717171. Windows color (decimal): -4891850 or 3562421. OLE color: 3562421.

HSL color Cylindrical-coordinate representation of color #B55B36: hue angle of 17.48º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B55B36 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1819154-
CMYK00.500.700.29
HSL17.48º54.04%46.08%-
HSV(B)17.48º70.17%70.98%-
XYZ23.4617.575.65-
YUV113.6994.32176.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=55.52%
G=27.91%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181915400.500.700.2917.4854.0446.08
HexB55B36032461D11362e
Octal2651336606210635216656
Binary101101011011011110110011001010001101110110001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B36; }

 p { color: rgb(181,91,54); }

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

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

 a { background-color: rgb(181,91,54); }

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

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

 span { border-color: rgb(181,91,54); }

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