Shades of Dark Khaki #B9B073
Tints of Dark Khaki #B9B073
RGB
CMYK
RGB Variations
Color information
#B9B073 (or 0xB9B073) is known color: Dark Khaki. HEX triplet: B9, B0 and 73. RGB value is (185,176,115). Sum of RGB (Red+Green+Blue) = 185+176+115=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B073 is #464F8C. Grayscale: #ABABAB. Windows color (decimal): -4607885 or 7581881. OLE color: 7581881.
HSL color Cylindrical-coordinate representation of color #B9B073: hue angle of 52.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9B073 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 176 | 115 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.27 |
| HSL | 52.29º | 0.33% | 0.59% | - |
| HSV(B) | 52.29º | 0.38% | 0.73% | - |
| XYZ | 38.63 | 42.6 | 22.41 | - |
| YUV | 171.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 115 | 0 | 0.05 | 0.38 | 0.27 | 52.29 | 0.33 | 0.59 |
| Hex | B9 | B0 | 73 | 0 | 5 | 26 | 1B | 34 | 21 | 3B |
| Octal | 271 | 260 | 163 | 0 | 5 | 46 | 33 | 64 | 41 | 73 |
| Binary | 10111001 | 10110000 | 1110011 | 0 | 101 | 100110 | 11011 | 110100 | 100001 | 111011 |
Color Harmonies of #B9B073
Complementary color
Monochromatic Colors of #B9B073
Black with #B9B073
Text Example
Text Example
White with #B9B073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B073; }
p { color: rgb(185,176,115); }
H1.HeaderClassName
{
color: #B9B073;
}
.AnyTagClassName
{
color: #B9B073;
}
</style>
background-color css
<style>
a { background-color: #B9B073; }
a { background-color: rgb(185,176,115); }
div.DivClassName
{
background-color: #B9B073;
}
.BgClassName
{
background-color: #B9B073;
}
</style>
border-color css
<style>
span { border-color: #B9B073; }
span { border-color: rgb(185,176,115); }
td.TdClassName
{
border-color: #B9B073;
}
.TagClassName
{
border-color: #B9B073;
}
</style>