#B85E3D

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

Shades of Smoke Tree #B85E3D

Tints of Smoke Tree #B85E3D

Color information

#B85E3D (or 0xB85E3D) is unknown color: approx Smoke Tree. HEX triplet: B8, 5E and 3D. RGB value is (184,94,61). Sum of RGB (Red+Green+Blue) = 184+94+61=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E3D is #47A1C2. Grayscale: #757575. Windows color (decimal): -4694467 or 4021944. OLE color: 4021944.

HSL color Cylindrical-coordinate representation of color #B85E3D: hue angle of 16.1º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B85E3D is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1849461-
CMYK00.490.670.28
HSL16.1º50.2%48.04%-
HSV(B)16.1º66.85%72.16%-
XYZ24.6118.536.69-
YUV117.1596.32175.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.28%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=54.28%
G=27.73%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184946100.490.670.2816.150.248.04
HexB85E3D031431C103230
Octal2701367506110334206260
Binary101110001011110111101011000110000111110010000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E3D; }

 p { color: rgb(184,94,61); }

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

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

 a { background-color: rgb(184,94,61); }

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

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

 span { border-color: rgb(184,94,61); }

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