#B55B37

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

Shades of Smoke Tree #B55B37

Tints of Smoke Tree #B55B37

Color information

#B55B37 (or 0xB55B37) is unknown color: approx Smoke Tree. HEX triplet: B5, 5B and 37. RGB value is (181,91,55). Sum of RGB (Red+Green+Blue) = 181+91+55=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B37 is #4AA4C8. Grayscale: #727272. Windows color (decimal): -4891849 or 3627957. OLE color: 3627957.

HSL color Cylindrical-coordinate representation of color #B55B37: hue angle of 17.14º degrees, saturation: 0.53, 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 #B55B37 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1819155-
CMYK00.500.700.29
HSL17.14º53.39%46.27%-
HSV(B)17.14º69.61%70.98%-
XYZ23.4917.585.77-
YUV113.8194.82175.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 55 (21.88% from 255) = 16.82%
R=55.35%
G=27.83%
B=16.82%

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
Decimal181915500.500.700.2917.1453.3946.27
HexB55B37032461D11352e
Octal2651336706210635216556
Binary101101011011011110111011001010001101110110001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B37; }

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

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

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

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

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

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

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

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