Shades of Dark Khaki #B4B176
Tints of Dark Khaki #B4B176
RGB
CMYK
RGB Variations
Color information
#B4B176 (or 0xB4B176) is known color: Dark Khaki. HEX triplet: B4, B1 and 76. RGB value is (180,177,118). Sum of RGB (Red+Green+Blue) = 180+177+118=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B176 is #4B4E89. Grayscale: #ABABAB. Windows color (decimal): -4935306 or 7778740. OLE color: 7778740.
HSL color Cylindrical-coordinate representation of color #B4B176: hue angle of 57.1º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4B176 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 118 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.29 |
| HSL | 57.1º | 0.29% | 0.58% | - |
| HSV(B) | 57.1º | 0.34% | 0.71% | - |
| XYZ | 37.81 | 42.46 | 23.34 | - |
| YUV | 171.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 118 | 0 | 0.02 | 0.34 | 0.29 | 57.1 | 0.29 | 0.58 |
| Hex | B4 | B1 | 76 | 0 | 2 | 22 | 1D | 39 | 1D | 3A |
| Octal | 264 | 261 | 166 | 0 | 2 | 42 | 35 | 71 | 35 | 72 |
| Binary | 10110100 | 10110001 | 1110110 | 0 | 10 | 100010 | 11101 | 111001 | 11101 | 111010 |
Color Harmonies of #B4B176
Complementary color
Monochromatic Colors of #B4B176
Black with #B4B176
Text Example
Text Example
White with #B4B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B176; }
p { color: rgb(180,177,118); }
H1.HeaderClassName
{
color: #B4B176;
}
.AnyTagClassName
{
color: #B4B176;
}
</style>
background-color css
<style>
a { background-color: #B4B176; }
a { background-color: rgb(180,177,118); }
div.DivClassName
{
background-color: #B4B176;
}
.BgClassName
{
background-color: #B4B176;
}
</style>
border-color css
<style>
span { border-color: #B4B176; }
span { border-color: rgb(180,177,118); }
td.TdClassName
{
border-color: #B4B176;
}
.TagClassName
{
border-color: #B4B176;
}
</style>