#B85931

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

Shades of Smoke Tree #B85931

Tints of Smoke Tree #B85931

Color information

#B85931 (or 0xB85931) is unknown color: approx Smoke Tree. HEX triplet: B8, 59 and 31. RGB value is (184,89,49). Sum of RGB (Red+Green+Blue) = 184+89+49=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B85931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85931 is #47A6CE. Grayscale: #717171. Windows color (decimal): -4695759 or 3234232. OLE color: 3234232.

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

Color convert

RGB1848949-
CMYK00.520.730.28
HSL17.78º57.94%45.69%-
HSV(B)17.78º73.37%72.16%-
XYZ23.8917.565.04-
YUV112.8491.97178.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.14%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 49 (19.53% from 255) = 15.22%
R=57.14%
G=27.64%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184894900.520.730.2817.7857.9445.69
HexB85931034491C123a2e
Octal2701316106411134227256
Binary101110001011001110001011010010010011110010010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85931; }

 p { color: rgb(184,89,49); }

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

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

 a { background-color: rgb(184,89,49); }

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

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

 span { border-color: rgb(184,89,49); }

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