#B85A32

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

Shades of Smoke Tree #B85A32

Tints of Smoke Tree #B85A32

Color information

#B85A32 (or 0xB85A32) is unknown color: approx Smoke Tree. HEX triplet: B8, 5A and 32. RGB value is (184,90,50). Sum of RGB (Red+Green+Blue) = 184+90+50=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A32 is #47A5CD. Grayscale: #717171. Windows color (decimal): -4695502 or 3300024. OLE color: 3300024.

HSL color Cylindrical-coordinate representation of color #B85A32: hue angle of 17.91º degrees, saturation: 0.57, 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 #B85A32 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1849050-
CMYK00.510.730.28
HSL17.91º57.26%45.88%-
HSV(B)17.91º72.83%72.16%-
XYZ2417.735.18-
YUV113.5592.14178.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 50 (19.92% from 255) = 15.43%
R=56.79%
G=27.78%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184905000.510.730.2817.9157.2645.88
HexB85A32033491C12392e
Octal2701326206311134227156
Binary101110001011010110010011001110010011110010010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A32; }

 p { color: rgb(184,90,50); }

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

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

 a { background-color: rgb(184,90,50); }

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

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

 span { border-color: rgb(184,90,50); }

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