#B96339

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

Shades of Smoke Tree #B96339

Tints of Smoke Tree #B96339

Color information

#B96339 (or 0xB96339) is unknown color: approx Smoke Tree. HEX triplet: B9, 63 and 39. RGB value is (185,99,57). Sum of RGB (Red+Green+Blue) = 185+99+57=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B96339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96339 is #469CC6. Grayscale: #787878. Windows color (decimal): -4627655 or 3761081. OLE color: 3761081.

HSL color Cylindrical-coordinate representation of color #B96339: hue angle of 19.69º 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 #B96339 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1859957-
CMYK00.460.690.27
HSL19.69º52.89%47.45%-
HSV(B)19.69º69.19%72.55%-
XYZ25.2119.536.31-
YUV119.9392.49174.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 57 (22.66% from 255) = 16.72%
R=54.25%
G=29.03%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185995700.460.690.2719.6952.8947.45
HexB9633902E451B14352f
Octal2711437105610533246557
Binary101110011100011111001010111010001011101110100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96339; }

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

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

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

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

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

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

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

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