#B96739

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

Shades of Smoke Tree #B96739

Tints of Smoke Tree #B96739

Color information

#B96739 (or 0xB96739) is unknown color: approx Smoke Tree. HEX triplet: B9, 67 and 39. RGB value is (185,103,57). Sum of RGB (Red+Green+Blue) = 185+103+57=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B96739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96739 is #4698C6. Grayscale: #7A7A7A. Windows color (decimal): -4626631 or 3762105. OLE color: 3762105.

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

Color convert

RGB18510357-
CMYK00.440.690.27
HSL21.56º52.89%47.45%-
HSV(B)21.56º69.19%72.55%-
XYZ25.620.316.44-
YUV122.2791.17172.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.62%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 57 (22.66% from 255) = 16.52%
R=53.62%
G=29.86%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851035700.440.690.2721.5652.8947.45
HexB9673902C451B16352f
Octal2711477105410533266557
Binary101110011100111111001010110010001011101110110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96739; }

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

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

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

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

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

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

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

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