Shades of Dark Khaki #B4B17A
Tints of Dark Khaki #B4B17A
RGB
CMYK
RGB Variations
Color information
#B4B17A (or 0xB4B17A) is known color: Dark Khaki. HEX triplet: B4, B1 and 7A. RGB value is (180,177,122). Sum of RGB (Red+Green+Blue) = 180+177+122=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B17A is #4B4E85. Grayscale: #ABABAB. Windows color (decimal): -4935302 or 8040884. OLE color: 8040884.
HSL color Cylindrical-coordinate representation of color #B4B17A: hue angle of 56.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4B17A is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 122 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.29 |
| HSL | 56.9º | 0.28% | 0.59% | - |
| HSV(B) | 56.9º | 0.32% | 0.71% | - |
| XYZ | 38.06 | 42.55 | 24.62 | - |
| YUV | 171.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 122 | 0 | 0.02 | 0.32 | 0.29 | 56.9 | 0.28 | 0.59 |
| Hex | B4 | B1 | 7A | 0 | 2 | 20 | 1D | 39 | 1C | 3B |
| Octal | 264 | 261 | 172 | 0 | 2 | 40 | 35 | 71 | 34 | 73 |
| Binary | 10110100 | 10110001 | 1111010 | 0 | 10 | 100000 | 11101 | 111001 | 11100 | 111011 |
Color Harmonies of #B4B17A
Complementary color
Monochromatic Colors of #B4B17A
Black with #B4B17A
Text Example
Text Example
White with #B4B17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B17A; }
p { color: rgb(180,177,122); }
H1.HeaderClassName
{
color: #B4B17A;
}
.AnyTagClassName
{
color: #B4B17A;
}
</style>
background-color css
<style>
a { background-color: #B4B17A; }
a { background-color: rgb(180,177,122); }
div.DivClassName
{
background-color: #B4B17A;
}
.BgClassName
{
background-color: #B4B17A;
}
</style>
border-color css
<style>
span { border-color: #B4B17A; }
span { border-color: rgb(180,177,122); }
td.TdClassName
{
border-color: #B4B17A;
}
.TagClassName
{
border-color: #B4B17A;
}
</style>