#B14F4C

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

Shades of Chestnut #B14F4C

Tints of Chestnut #B14F4C

Color information

#B14F4C (or 0xB14F4C) is unknown color: approx Chestnut. HEX triplet: B1, 4F and 4C. RGB value is (177,79,76). Sum of RGB (Red+Green+Blue) = 177+79+76=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14F4C is #4EB0B3. Grayscale: #6C6C6C. Windows color (decimal): -5157044 or 5001137. OLE color: 5001137.

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

Color convert

RGB1777976-
CMYK00.550.570.31
HSL1.78º39.92%49.61%-
HSV(B)1.78º57.06%69.41%-
XYZ22.2315.468.65-
YUV107.96109.97177.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=53.31%
G=23.80%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177797600.550.570.311.7839.9249.61
HexB14F4C037391F22832
Octal261117114067713725062
Binary101100011001111100110001101111110011111110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F4C; }

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

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

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

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

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

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

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

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