#B85D32

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

Shades of Smoke Tree #B85D32

Tints of Smoke Tree #B85D32

Color information

#B85D32 (or 0xB85D32) is unknown color: approx Smoke Tree. HEX triplet: B8, 5D and 32. RGB value is (184,93,50). Sum of RGB (Red+Green+Blue) = 184+93+50=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D32 is #47A2CD. Grayscale: #737373. Windows color (decimal): -4694734 or 3300792. OLE color: 3300792.

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

Color convert

RGB1849350-
CMYK00.490.730.28
HSL19.25º57.26%45.88%-
HSV(B)19.25º72.83%72.16%-
XYZ24.2618.255.26-
YUV115.3191.15177-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.27%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 50 (19.92% from 255) = 15.29%
R=56.27%
G=28.44%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184935000.490.730.2819.2557.2645.88
HexB85D32031491C13392e
Octal2701356206111134237156
Binary101110001011101110010011000110010011110010011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85D32; }

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

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

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

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

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

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

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

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