#B85A34

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

Shades of Smoke Tree #B85A34

Tints of Smoke Tree #B85A34

Color information

#B85A34 (or 0xB85A34) is unknown color: approx Smoke Tree. HEX triplet: B8, 5A and 34. RGB value is (184,90,52). Sum of RGB (Red+Green+Blue) = 184+90+52=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A34 is #47A5CB. Grayscale: #727272. Windows color (decimal): -4695500 or 3431096. OLE color: 3431096.

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

Color convert

RGB1849052-
CMYK00.510.720.28
HSL17.27º55.93%46.27%-
HSV(B)17.27º71.74%72.16%-
XYZ24.0417.755.41-
YUV113.7793.14178.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 52 (20.70% from 255) = 15.95%
R=56.44%
G=27.61%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184905200.510.720.2817.2755.9346.27
HexB85A34033481C11382e
Octal2701326406311034217056
Binary101110001011010110100011001110010001110010001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A34; }

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

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

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

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

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

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

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

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