#B14F48

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

Shades of Chestnut #B14F48

Tints of Chestnut #B14F48

Color information

#B14F48 (or 0xB14F48) is unknown color: approx Chestnut. HEX triplet: B1, 4F and 48. RGB value is (177,79,72). Sum of RGB (Red+Green+Blue) = 177+79+72=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14F48 is #4EB0B7. Grayscale: #6B6B6B. Windows color (decimal): -5157048 or 4738993. OLE color: 4738993.

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

Color convert

RGB1777972-
CMYK00.550.590.31
HSL42.17%48.82%-
HSV(B)59.32%69.41%-
XYZ22.115.417.94-
YUV107.5107.97177.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.96%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=53.96%
G=24.09%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177797200.550.590.31442.1748.82
HexB14F480373B1F42a31
Octal261117110067733745261
Binary1011000110011111001000011011111101111111100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F48; }

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

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

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

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

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

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

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

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