#B95D31

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

Shades of Smoke Tree #B95D31

Tints of Smoke Tree #B95D31

Color information

#B95D31 (or 0xB95D31) is unknown color: approx Smoke Tree. HEX triplet: B9, 5D and 31. RGB value is (185,93,49). Sum of RGB (Red+Green+Blue) = 185+93+49=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95D31 is #46A2CE. Grayscale: #737373. Windows color (decimal): -4629199 or 3235257. OLE color: 3235257.

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

Color convert

RGB1859349-
CMYK00.500.740.27
HSL19.41º58.12%45.88%-
HSV(B)19.41º73.51%72.55%-
XYZ24.4818.365.16-
YUV115.4990.48177.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=56.57%
G=28.44%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185934900.500.740.2719.4158.1245.88
HexB95D310324A1B133a2e
Octal2711356106211233237256
Binary101110011011101110001011001010010101101110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D31; }

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

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

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

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

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

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

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

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