#B14A48

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

Shades of Chestnut #B14A48

Tints of Chestnut #B14A48

Color information

#B14A48 (or 0xB14A48) is unknown color: approx Chestnut. HEX triplet: B1, 4A and 48. RGB value is (177,74,72). Sum of RGB (Red+Green+Blue) = 177+74+72=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A48 is #4EB5B7. Grayscale: #686868. Windows color (decimal): -5158328 or 4737713. OLE color: 4737713.

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

Color convert

RGB1777472-
CMYK00.580.590.31
HSL1.14º42.17%48.82%-
HSV(B)1.14º59.32%69.41%-
XYZ21.7514.717.82-
YUV104.57109.62179.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 74 (29.30% from 255) = 22.91%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=54.80%
G=22.91%
B=22.29%

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
Decimal177747200.580.590.311.1442.1748.82
HexB14A4803A3B1F12a31
Octal261112110072733715261
Binary10110001100101010010000111010111011111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A48; }

 p { color: rgb(177,74,72); }

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

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

 a { background-color: rgb(177,74,72); }

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

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

 span { border-color: rgb(177,74,72); }

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