#B85835

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

Shades of Smoke Tree #B85835

Tints of Smoke Tree #B85835

Color information

#B85835 (or 0xB85835) is unknown color: approx Smoke Tree. HEX triplet: B8, 58 and 35. RGB value is (184,88,53). Sum of RGB (Red+Green+Blue) = 184+88+53=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B85835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85835 is #47A7CA. Grayscale: #707070. Windows color (decimal): -4696011 or 3496120. OLE color: 3496120.

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

Color convert

RGB1848853-
CMYK00.520.710.28
HSL16.03º55.27%46.47%-
HSV(B)16.03º71.2%72.16%-
XYZ23.917.435.47-
YUV112.7194.3178.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.62%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=56.62%
G=27.08%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184885300.520.710.2816.0355.2746.47
HexB85835034471C10372e
Octal2701306506410734206756
Binary101110001011000110101011010010001111110010000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85835; }

 p { color: rgb(184,88,53); }

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

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

 a { background-color: rgb(184,88,53); }

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

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

 span { border-color: rgb(184,88,53); }

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