#B4514E

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

Shades of Chestnut #B4514E

Tints of Chestnut #B4514E

Color information

#B4514E (or 0xB4514E) is unknown color: approx Chestnut. HEX triplet: B4, 51 and 4E. RGB value is (180,81,78). Sum of RGB (Red+Green+Blue) = 180+81+78=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4514E is #4BAEB1. Grayscale: #6E6E6E. Windows color (decimal): -4959922 or 5132724. OLE color: 5132724.

HSL color Cylindrical-coordinate representation of color #B4514E: hue angle of 1.76º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4514E is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1808178-
CMYK00.550.570.29
HSL1.76º40.48%50.59%-
HSV(B)1.76º56.67%70.59%-
XYZ23.1416.149.1-
YUV110.26109.8177.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=53.10%
G=23.89%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180817800.550.570.291.7640.4850.59
HexB4514E037391D22833
Octal264121116067713525063
Binary101101001010001100111001101111110011110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4514E; }

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

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

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

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

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

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

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

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