#B95B39

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

Shades of Smoke Tree #B95B39

Tints of Smoke Tree #B95B39

Color information

#B95B39 (or 0xB95B39) is unknown color: approx Smoke Tree. HEX triplet: B9, 5B and 39. RGB value is (185,91,57). Sum of RGB (Red+Green+Blue) = 185+91+57=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95B39 is #46A4C6. Grayscale: #737373. Windows color (decimal): -4629703 or 3759033. OLE color: 3759033.

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

Color convert

RGB1859157-
CMYK00.510.690.27
HSL15.94º52.89%47.45%-
HSV(B)15.94º69.19%72.55%-
XYZ24.4918.096.07-
YUV115.2395.14177.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 91 (35.94% from 255) = 27.33%
BLUE value IS 57 (22.66% from 255) = 17.12%
R=55.56%
G=27.33%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185915700.510.690.2715.9452.8947.45
HexB95B39033451B10352f
Octal2711337106310533206557
Binary101110011011011111001011001110001011101110000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B39; }

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

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

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

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

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

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

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

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