#B85050

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

Shades of Chestnut #B85050

Tints of Chestnut #B85050

Color information

#B85050 (or 0xB85050) is unknown color: approx Chestnut. HEX triplet: B8, 50 and 50. RGB value is (184,80,80). Sum of RGB (Red+Green+Blue) = 184+80+80=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B85050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85050 is #47AFAF. Grayscale: #6F6F6F. Windows color (decimal): -4698032 or 5263544. OLE color: 5263544.

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

Color convert

RGB1848080-
CMYK00.570.570.28
HSL42.28%51.76%-
HSV(B)56.52%72.16%-
XYZ24.0816.519.51-
YUV111.1110.46180-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.49%
GREEN value IS 80 (31.64% from 255) = 23.26%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=53.49%
G=23.26%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184808000.570.570.28042.2851.76
HexB85050039391C02a34
Octal270120120071713405264
Binary10111000101000010100000111001111001111000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85050; }

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

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

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

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

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

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

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

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