#B14B49

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

Shades of Chestnut #B14B49

Tints of Chestnut #B14B49

Color information

#B14B49 (or 0xB14B49) is unknown color: approx Chestnut. HEX triplet: B1, 4B and 49. RGB value is (177,75,73). Sum of RGB (Red+Green+Blue) = 177+75+73=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B49 is #4EB4B6. Grayscale: #696969. Windows color (decimal): -5158071 or 4803505. OLE color: 4803505.

HSL color Cylindrical-coordinate representation of color #B14B49: hue angle of 1.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14B49 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1777573-
CMYK00.580.590.31
HSL1.15º41.6%49.02%-
HSV(B)1.15º58.76%69.41%-
XYZ21.8514.868.02-
YUV105.27109.79179.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=54.46%
G=23.08%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177757300.580.590.311.1541.649.02
HexB14B4903A3B1F12a31
Octal261113111072733715261
Binary10110001100101110010010111010111011111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B49; }

 p { color: rgb(177,75,73); }

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

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

 a { background-color: rgb(177,75,73); }

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

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

 span { border-color: rgb(177,75,73); }

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