Shades of Chestnut #B14D4D
Tints of Chestnut #B14D4D
RGB
CMYK
RGB Variations
Color information
#B14D4D (or 0xB14D4D) is known color: 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
| RGB | 177 | 77 | 77 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.31 |
| HSL | 0º | 0.39% | 0.5% | - |
| HSV(B) | 0º | 0.56% | 0.69% | - |
| XYZ | 22.12 | 15.19 | 8.79 | - |
| YUV | 106.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 77 | 0 | 0.56 | 0.56 | 0.31 | 0 | 0.39 | 0.5 |
| Hex | B1 | 4D | 4D | 0 | 38 | 38 | 1F | 0 | 27 | 32 |
| Octal | 261 | 115 | 115 | 0 | 70 | 70 | 37 | 0 | 47 | 62 |
| Binary | 10110001 | 1001101 | 1001101 | 0 | 111000 | 111000 | 11111 | 0 | 100111 | 110010 |
Color Harmonies of #B14D4D
Complementary color
Monochromatic Colors of #B14D4D
Black with #B14D4D
Text Example
Text Example
White with #B14D4D
Text Example
Text Example
HTML Codes & Css Web 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>