#B85C32

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

Shades of Smoke Tree #B85C32

Tints of Smoke Tree #B85C32

Color information

#B85C32 (or 0xB85C32) is unknown color: approx Smoke Tree. HEX triplet: B8, 5C and 32. RGB value is (184,92,50). Sum of RGB (Red+Green+Blue) = 184+92+50=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C32 is #47A3CD. Grayscale: #727272. Windows color (decimal): -4694990 or 3300536. OLE color: 3300536.

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

Color convert

RGB1849250-
CMYK00.500.730.28
HSL18.81º57.26%45.88%-
HSV(B)18.81º72.83%72.16%-
XYZ24.1718.075.23-
YUV114.7291.48177.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=56.44%
G=28.22%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184925000.500.730.2818.8157.2645.88
HexB85C32032491C13392e
Octal2701346206211134237156
Binary101110001011100110010011001010010011110010011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85C32; }

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

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

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

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

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

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

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

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