Shades of Dark Khaki #B4B069
Tints of Dark Khaki #B4B069
RGB
CMYK
RGB Variations
Color information
#B4B069 (or 0xB4B069) is known color: Dark Khaki. HEX triplet: B4, B0 and 69. RGB value is (180,176,105). Sum of RGB (Red+Green+Blue) = 180+176+105=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B069 is #4B4F96. Grayscale: #A9A9A9. Windows color (decimal): -4935575 or 6926516. OLE color: 6926516.
HSL color Cylindrical-coordinate representation of color #B4B069: hue angle of 56.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4B069 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 105 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.29 |
| HSL | 56.8º | 0.33% | 0.56% | - |
| HSV(B) | 56.8º | 0.42% | 0.71% | - |
| XYZ | 36.9 | 41.77 | 19.48 | - |
| YUV | 169.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 105 | 0 | 0.02 | 0.42 | 0.29 | 56.8 | 0.33 | 0.56 |
| Hex | B4 | B0 | 69 | 0 | 2 | 2A | 1D | 39 | 21 | 38 |
| Octal | 264 | 260 | 151 | 0 | 2 | 52 | 35 | 71 | 41 | 70 |
| Binary | 10110100 | 10110000 | 1101001 | 0 | 10 | 101010 | 11101 | 111001 | 100001 | 111000 |
Color Harmonies of #B4B069
Complementary color
Monochromatic Colors of #B4B069
Black with #B4B069
Text Example
Text Example
White with #B4B069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B069; }
p { color: rgb(180,176,105); }
H1.HeaderClassName
{
color: #B4B069;
}
.AnyTagClassName
{
color: #B4B069;
}
</style>
background-color css
<style>
a { background-color: #B4B069; }
a { background-color: rgb(180,176,105); }
div.DivClassName
{
background-color: #B4B069;
}
.BgClassName
{
background-color: #B4B069;
}
</style>
border-color css
<style>
span { border-color: #B4B069; }
span { border-color: rgb(180,176,105); }
td.TdClassName
{
border-color: #B4B069;
}
.TagClassName
{
border-color: #B4B069;
}
</style>