Shades of Dark Khaki #B9B37A
Tints of Dark Khaki #B9B37A
RGB
CMYK
RGB Variations
Color information
#B9B37A (or 0xB9B37A) is known color: Dark Khaki. HEX triplet: B9, B3 and 7A. RGB value is (185,179,122). Sum of RGB (Red+Green+Blue) = 185+179+122=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B37A is #464C85. Grayscale: #AEAEAE. Windows color (decimal): -4607110 or 8041401. OLE color: 8041401.
HSL color Cylindrical-coordinate representation of color #B9B37A: hue angle of 54.29º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9B37A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 122 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.27 |
| HSL | 54.29º | 0.31% | 0.6% | - |
| HSV(B) | 54.29º | 0.34% | 0.73% | - |
| XYZ | 39.64 | 43.96 | 24.81 | - |
| YUV | 174.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 122 | 0 | 0.03 | 0.34 | 0.27 | 54.29 | 0.31 | 0.6 |
| Hex | B9 | B3 | 7A | 0 | 3 | 22 | 1B | 36 | 1F | 3C |
| Octal | 271 | 263 | 172 | 0 | 3 | 42 | 33 | 66 | 37 | 74 |
| Binary | 10111001 | 10110011 | 1111010 | 0 | 11 | 100010 | 11011 | 110110 | 11111 | 111100 |
Color Harmonies of #B9B37A
Complementary color
Monochromatic Colors of #B9B37A
Black with #B9B37A
Text Example
Text Example
White with #B9B37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B37A; }
p { color: rgb(185,179,122); }
H1.HeaderClassName
{
color: #B9B37A;
}
.AnyTagClassName
{
color: #B9B37A;
}
</style>
background-color css
<style>
a { background-color: #B9B37A; }
a { background-color: rgb(185,179,122); }
div.DivClassName
{
background-color: #B9B37A;
}
.BgClassName
{
background-color: #B9B37A;
}
</style>
border-color css
<style>
span { border-color: #B9B37A; }
span { border-color: rgb(185,179,122); }
td.TdClassName
{
border-color: #B9B37A;
}
.TagClassName
{
border-color: #B9B37A;
}
</style>