Shades of Dark Khaki #B4B179
Tints of Dark Khaki #B4B179
RGB
CMYK
RGB Variations
Color information
#B4B179 (or 0xB4B179) is known color: Dark Khaki. HEX triplet: B4, B1 and 79. RGB value is (180,177,121). Sum of RGB (Red+Green+Blue) = 180+177+121=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B179 is #4B4E86. Grayscale: #ABABAB. Windows color (decimal): -4935303 or 7975348. OLE color: 7975348.
HSL color Cylindrical-coordinate representation of color #B4B179: hue angle of 56.95º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4B179 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 121 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.29 |
| HSL | 56.95º | 0.28% | 0.59% | - |
| HSV(B) | 56.95º | 0.33% | 0.71% | - |
| XYZ | 38 | 42.53 | 24.3 | - |
| YUV | 171.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 121 | 0 | 0.02 | 0.33 | 0.29 | 56.95 | 0.28 | 0.59 |
| Hex | B4 | B1 | 79 | 0 | 2 | 21 | 1D | 39 | 1C | 3B |
| Octal | 264 | 261 | 171 | 0 | 2 | 41 | 35 | 71 | 34 | 73 |
| Binary | 10110100 | 10110001 | 1111001 | 0 | 10 | 100001 | 11101 | 111001 | 11100 | 111011 |
Color Harmonies of #B4B179
Complementary color
Monochromatic Colors of #B4B179
Black with #B4B179
Text Example
Text Example
White with #B4B179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B179; }
p { color: rgb(180,177,121); }
H1.HeaderClassName
{
color: #B4B179;
}
.AnyTagClassName
{
color: #B4B179;
}
</style>
background-color css
<style>
a { background-color: #B4B179; }
a { background-color: rgb(180,177,121); }
div.DivClassName
{
background-color: #B4B179;
}
.BgClassName
{
background-color: #B4B179;
}
</style>
border-color css
<style>
span { border-color: #B4B179; }
span { border-color: rgb(180,177,121); }
td.TdClassName
{
border-color: #B4B179;
}
.TagClassName
{
border-color: #B4B179;
}
</style>