#B85451

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

Shades of Chestnut #B85451

Tints of Chestnut #B85451

Color information

#B85451 (or 0xB85451) is unknown color: approx Chestnut. HEX triplet: B8, 54 and 51. RGB value is (184,84,81). Sum of RGB (Red+Green+Blue) = 184+84+81=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B85451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85451 is #47ABAE. Grayscale: #717171. Windows color (decimal): -4697007 or 5330104. OLE color: 5330104.

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

Color convert

RGB1848481-
CMYK00.540.560.28
HSL1.75º42.04%51.96%-
HSV(B)1.75º55.98%72.16%-
XYZ24.4217.139.8-
YUV113.56109.63178.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 81 (32.03% from 255) = 23.21%
R=52.72%
G=24.07%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184848100.540.560.281.7542.0451.96
HexB85451036381C22a34
Octal270124121066703425264
Binary101110001010100101000101101101110001110010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85451; }

 p { color: rgb(184,84,81); }

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

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

 a { background-color: rgb(184,84,81); }

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

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

 span { border-color: rgb(184,84,81); }

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