#B95E31

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

Shades of Smoke Tree #B95E31

Tints of Smoke Tree #B95E31

Color information

#B95E31 (or 0xB95E31) is unknown color: approx Smoke Tree. HEX triplet: B9, 5E and 31. RGB value is (185,94,49). Sum of RGB (Red+Green+Blue) = 185+94+49=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E31 is #46A1CE. Grayscale: #747474. Windows color (decimal): -4628943 or 3235513. OLE color: 3235513.

HSL color Cylindrical-coordinate representation of color #B95E31: hue angle of 19.85º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B95E31 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1859449-
CMYK00.490.740.27
HSL19.85º58.12%45.88%-
HSV(B)19.85º73.51%72.55%-
XYZ24.5618.545.19-
YUV116.0890.15177.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 49 (19.53% from 255) = 14.94%
R=56.40%
G=28.66%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185944900.490.740.2719.8558.1245.88
HexB95E310314A1B143a2e
Octal2711366106111233247256
Binary101110011011110110001011000110010101101110100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E31; }

 p { color: rgb(185,94,49); }

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

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

 a { background-color: rgb(185,94,49); }

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

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

 span { border-color: rgb(185,94,49); }

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