#B96137

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

Shades of Smoke Tree #B96137

Tints of Smoke Tree #B96137

Color information

#B96137 (or 0xB96137) is unknown color: approx Smoke Tree. HEX triplet: B9, 61 and 37. RGB value is (185,97,55). Sum of RGB (Red+Green+Blue) = 185+97+55=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B96137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96137 is #469EC8. Grayscale: #767676. Windows color (decimal): -4628169 or 3629497. OLE color: 3629497.

HSL color Cylindrical-coordinate representation of color #B96137: hue angle of 19.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B96137 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1859755-
CMYK00.480.700.27
HSL19.38º54.17%47.06%-
HSV(B)19.38º70.27%72.55%-
XYZ24.9719.145.99-
YUV118.5292.15175.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 55 (21.88% from 255) = 16.32%
R=54.90%
G=28.78%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185975500.480.700.2719.3854.1747.06
HexB96137030461B13362f
Octal2711416706010633236657
Binary101110011100001110111011000010001101101110011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96137; }

 p { color: rgb(185,97,55); }

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

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

 a { background-color: rgb(185,97,55); }

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

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

 span { border-color: rgb(185,97,55); }

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