#B96239

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

Shades of Smoke Tree #B96239

Tints of Smoke Tree #B96239

Color information

#B96239 (or 0xB96239) is unknown color: approx Smoke Tree. HEX triplet: B9, 62 and 39. RGB value is (185,98,57). Sum of RGB (Red+Green+Blue) = 185+98+57=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B96239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96239 is #469DC6. Grayscale: #777777. Windows color (decimal): -4627911 or 3760825. OLE color: 3760825.

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

Color convert

RGB1859857-
CMYK00.470.690.27
HSL19.22º52.89%47.45%-
HSV(B)19.22º69.19%72.55%-
XYZ25.1119.356.28-
YUV119.3492.82174.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 57 (22.66% from 255) = 16.76%
R=54.41%
G=28.82%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185985700.470.690.2719.2252.8947.45
HexB9623902F451B13352f
Octal2711427105710533236557
Binary101110011100010111001010111110001011101110011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96239; }

 p { color: rgb(185,98,57); }

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

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

 a { background-color: rgb(185,98,57); }

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

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

 span { border-color: rgb(185,98,57); }

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