#B85735

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

Shades of Smoke Tree #B85735

Tints of Smoke Tree #B85735

Color information

#B85735 (or 0xB85735) is unknown color: approx Smoke Tree. HEX triplet: B8, 57 and 35. RGB value is (184,87,53). Sum of RGB (Red+Green+Blue) = 184+87+53=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B85735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85735 is #47A8CA. Grayscale: #707070. Windows color (decimal): -4696267 or 3495864. OLE color: 3495864.

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

Color convert

RGB1848753-
CMYK00.530.710.28
HSL15.57º55.27%46.47%-
HSV(B)15.57º71.2%72.16%-
XYZ23.8217.265.45-
YUV112.1394.64179.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=56.79%
G=26.85%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184875300.530.710.2815.5755.2746.47
HexB85735035471C10372e
Octal2701276506510734206756
Binary101110001010111110101011010110001111110010000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85735; }

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

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

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

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

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

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

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

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