#B95831

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

Shades of Smoke Tree #B95831

Tints of Smoke Tree #B95831

Color information

#B95831 (or 0xB95831) is unknown color: approx Smoke Tree. HEX triplet: B9, 58 and 31. RGB value is (185,88,49). Sum of RGB (Red+Green+Blue) = 185+88+49=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B95831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95831 is #46A7CE. Grayscale: #707070. Windows color (decimal): -4630479 or 3233977. OLE color: 3233977.

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

Color convert

RGB1858849-
CMYK00.520.740.27
HSL17.21º58.12%45.88%-
HSV(B)17.21º73.51%72.55%-
XYZ24.0517.525.02-
YUV112.5692.14179.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 49 (19.53% from 255) = 15.22%
R=57.45%
G=27.33%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185884900.520.740.2717.2158.1245.88
HexB958310344A1B113a2e
Octal2711306106411233217256
Binary101110011011000110001011010010010101101110001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95831; }

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

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

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

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

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

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

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

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