#B14D4D

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

Shades of Chestnut #B14D4D

Tints of Chestnut #B14D4D

Color information

#B14D4D (or 0xB14D4D) is unknown color: approx Chestnut. HEX triplet: B1, 4D and 4D. RGB value is (177,77,77). Sum of RGB (Red+Green+Blue) = 177+77+77=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D4D is #4EB2B2. Grayscale: #6B6B6B. Windows color (decimal): -5157555 or 5066161. OLE color: 5066161.

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

Color convert

RGB1777777-
CMYK00.560.560.31
HSL39.37%49.8%-
HSV(B)56.5%69.41%-
XYZ22.1215.198.79-
YUV106.9111.13178-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=53.47%
G=23.26%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177777700.560.560.31039.3749.8
HexB14D4D038381F02732
Octal261115115070703704762
Binary10110001100110110011010111000111000111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D4D; }

 p { color: rgb(177,77,77); }

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

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

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

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

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

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

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