Shades of Dark Khaki #B4B172
Tints of Dark Khaki #B4B172
RGB
CMYK
RGB Variations
Color information
#B4B172 (or 0xB4B172) is known color: Dark Khaki. HEX triplet: B4, B1 and 72. RGB value is (180,177,114). Sum of RGB (Red+Green+Blue) = 180+177+114=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B172 is #4B4E8D. Grayscale: #AAAAAA. Windows color (decimal): -4935310 or 7516596. OLE color: 7516596.
HSL color Cylindrical-coordinate representation of color #B4B172: hue angle of 57.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4B172 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 114 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.29 |
| HSL | 57.27º | 0.31% | 0.58% | - |
| HSV(B) | 57.27º | 0.37% | 0.71% | - |
| XYZ | 37.58 | 42.36 | 22.12 | - |
| YUV | 170.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 114 | 0 | 0.02 | 0.37 | 0.29 | 57.27 | 0.31 | 0.58 |
| Hex | B4 | B1 | 72 | 0 | 2 | 25 | 1D | 39 | 1F | 3A |
| Octal | 264 | 261 | 162 | 0 | 2 | 45 | 35 | 71 | 37 | 72 |
| Binary | 10110100 | 10110001 | 1110010 | 0 | 10 | 100101 | 11101 | 111001 | 11111 | 111010 |
Color Harmonies of #B4B172
Complementary color
Monochromatic Colors of #B4B172
Black with #B4B172
Text Example
Text Example
White with #B4B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B172; }
p { color: rgb(180,177,114); }
H1.HeaderClassName
{
color: #B4B172;
}
.AnyTagClassName
{
color: #B4B172;
}
</style>
background-color css
<style>
a { background-color: #B4B172; }
a { background-color: rgb(180,177,114); }
div.DivClassName
{
background-color: #B4B172;
}
.BgClassName
{
background-color: #B4B172;
}
</style>
border-color css
<style>
span { border-color: #B4B172; }
span { border-color: rgb(180,177,114); }
td.TdClassName
{
border-color: #B4B172;
}
.TagClassName
{
border-color: #B4B172;
}
</style>