#B1514E

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

Shades of Chestnut #B1514E

Tints of Chestnut #B1514E

Color information

#B1514E (or 0xB1514E) is unknown color: approx Chestnut. HEX triplet: B1, 51 and 4E. RGB value is (177,81,78). Sum of RGB (Red+Green+Blue) = 177+81+78=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1514E is #4EAEB1. Grayscale: #6D6D6D. Windows color (decimal): -5156530 or 5132721. OLE color: 5132721.

HSL color Cylindrical-coordinate representation of color #B1514E: hue angle of 1.82º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1514E is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1778178-
CMYK00.540.560.31
HSL1.82º38.82%50%-
HSV(B)1.82º55.93%69.41%-
XYZ22.4515.789.07-
YUV109.36110.3176.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=52.68%
G=24.11%
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.31
SystemRedGreenBlueCMYKHSL
Decimal177817800.540.560.311.8238.8250
HexB1514E036381F22732
Octal261121116066703724762
Binary101100011010001100111001101101110001111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1514E; }

 p { color: rgb(177,81,78); }

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

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

 a { background-color: rgb(177,81,78); }

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

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

 span { border-color: rgb(177,81,78); }

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