#B95A37

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

Shades of Smoke Tree #B95A37

Tints of Smoke Tree #B95A37

Color information

#B95A37 (or 0xB95A37) is unknown color: approx Smoke Tree. HEX triplet: B9, 5A and 37. RGB value is (185,90,55). Sum of RGB (Red+Green+Blue) = 185+90+55=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95A37 is #46A5C8. Grayscale: #727272. Windows color (decimal): -4629961 or 3627705. OLE color: 3627705.

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

Color convert

RGB1859055-
CMYK00.510.700.27
HSL16.15º54.17%47.06%-
HSV(B)16.15º70.27%72.55%-
XYZ24.3517.95.79-
YUV114.4294.47178.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 55 (21.88% from 255) = 16.67%
R=56.06%
G=27.27%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185905500.510.700.2716.1554.1747.06
HexB95A37033461B10362f
Octal2711326706310633206657
Binary101110011011010110111011001110001101101110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A37; }

 p { color: rgb(185,90,55); }

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

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

 a { background-color: rgb(185,90,55); }

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

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

 span { border-color: rgb(185,90,55); }

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