Shades of Chestnut #B14B43
Tints of Chestnut #B14B43
RGB
CMYK
RGB Variations
Color information
#B14B43 (or 0xB14B43) is known color: Chestnut. HEX triplet: B1, 4B and 43. RGB value is (177,75,67). Sum of RGB (Red+Green+Blue) = 177+75+67=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B43 is #4EB4BC. Grayscale: #686868. Windows color (decimal): -5158077 or 4410289. OLE color: 4410289.
HSL color Cylindrical-coordinate representation of color #B14B43: hue angle of 4.36º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14B43 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 75 | 67 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.31 |
| HSL | 4.36º | 0.45% | 0.48% | - |
| HSV(B) | 4.36º | 0.62% | 0.69% | - |
| XYZ | 21.66 | 14.78 | 7.02 | - |
| YUV | 104.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 67 | 0 | 0.58 | 0.62 | 0.31 | 4.36 | 0.45 | 0.48 |
| Hex | B1 | 4B | 43 | 0 | 3A | 3E | 1F | 4 | 2D | 30 |
| Octal | 261 | 113 | 103 | 0 | 72 | 76 | 37 | 4 | 55 | 60 |
| Binary | 10110001 | 1001011 | 1000011 | 0 | 111010 | 111110 | 11111 | 100 | 101101 | 110000 |
Color Harmonies of #B14B43
Complementary color
Monochromatic Colors of #B14B43
Black with #B14B43
Text Example
Text Example
White with #B14B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14B43; }
p { color: rgb(177,75,67); }
H1.HeaderClassName
{
color: #B14B43;
}
.AnyTagClassName
{
color: #B14B43;
}
</style>
background-color css
<style>
a { background-color: #B14B43; }
a { background-color: rgb(177,75,67); }
div.DivClassName
{
background-color: #B14B43;
}
.BgClassName
{
background-color: #B14B43;
}
</style>
border-color css
<style>
span { border-color: #B14B43; }
span { border-color: rgb(177,75,67); }
td.TdClassName
{
border-color: #B14B43;
}
.TagClassName
{
border-color: #B14B43;
}
</style>