#B55D36

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

Shades of Smoke Tree #B55D36

Tints of Smoke Tree #B55D36

Color information

#B55D36 (or 0xB55D36) is unknown color: approx Smoke Tree. HEX triplet: B5, 5D and 36. RGB value is (181,93,54). Sum of RGB (Red+Green+Blue) = 181+93+54=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D36 is #4AA2C9. Grayscale: #737373. Windows color (decimal): -4891338 or 3562933. OLE color: 3562933.

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

Color convert

RGB1819354-
CMYK00.490.700.29
HSL18.43º54.04%46.08%-
HSV(B)18.43º70.17%70.98%-
XYZ23.6417.925.7-
YUV114.8793.65175.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.18%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=55.18%
G=28.35%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181935400.490.700.2918.4354.0446.08
HexB55D36031461D12362e
Octal2651356606110635226656
Binary101101011011101110110011000110001101110110010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D36; }

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

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

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

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

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

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

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

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