#B85350

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

Shades of Chestnut #B85350

Tints of Chestnut #B85350

Color information

#B85350 (or 0xB85350) is unknown color: approx Chestnut. HEX triplet: B8, 53 and 50. RGB value is (184,83,80). Sum of RGB (Red+Green+Blue) = 184+83+80=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B85350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85350 is #47ACAF. Grayscale: #707070. Windows color (decimal): -4697264 or 5264312. OLE color: 5264312.

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

Color convert

RGB1848380-
CMYK00.550.570.28
HSL1.73º42.28%51.76%-
HSV(B)1.73º56.52%72.16%-
XYZ24.3116.969.58-
YUV112.86109.46178.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=53.03%
G=23.92%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184838000.550.570.281.7342.2851.76
HexB85350037391C22a34
Octal270123120067713425264
Binary101110001010011101000001101111110011110010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85350; }

 p { color: rgb(184,83,80); }

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

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

 a { background-color: rgb(184,83,80); }

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

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

 span { border-color: rgb(184,83,80); }

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