#B96538

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

Shades of Smoke Tree #B96538

Tints of Smoke Tree #B96538

Color information

#B96538 (or 0xB96538) is unknown color: approx Smoke Tree. HEX triplet: B9, 65 and 38. RGB value is (185,101,56). Sum of RGB (Red+Green+Blue) = 185+101+56=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B96538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96538 is #469AC7. Grayscale: #797979. Windows color (decimal): -4627144 or 3696057. OLE color: 3696057.

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

Color convert

RGB18510156-
CMYK00.450.700.27
HSL20.93º53.53%47.25%-
HSV(B)20.93º69.73%72.55%-
XYZ25.3819.916.25-
YUV120.9991.33173.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 56 (22.27% from 255) = 16.37%
R=54.09%
G=29.53%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851015600.450.700.2720.9353.5347.25
HexB9653802D461B15362f
Octal2711457005510633256657
Binary101110011100101111000010110110001101101110101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96538; }

 p { color: rgb(185,101,56); }

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

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

 a { background-color: rgb(185,101,56); }

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

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

 span { border-color: rgb(185,101,56); }

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