Shades of Dark Khaki #B0B06D
Tints of Dark Khaki #B0B06D
RGB
CMYK
RGB Variations
Color information
#B0B06D (or 0xB0B06D) is known color: Dark Khaki. HEX triplet: B0, B0 and 6D. RGB value is (176,176,109). Sum of RGB (Red+Green+Blue) = 176+176+109=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B06D is #4F4F92. Grayscale: #A8A8A8. Windows color (decimal): -5197715 or 7188656. OLE color: 7188656.
HSL color Cylindrical-coordinate representation of color #B0B06D: hue angle of 60º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0B06D is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 176 | 109 | - |
| CMYK | 0 | 0 | 0.38 | 0.31 |
| HSL | 60º | 0.3% | 0.56% | - |
| HSV(B) | 60º | 0.38% | 0.69% | - |
| XYZ | 36.19 | 41.38 | 20.55 | - |
| YUV | 168.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 176 | 109 | 0 | 0 | 0.38 | 0.31 | 60 | 0.3 | 0.56 |
| Hex | B0 | B0 | 6D | 0 | 0 | 26 | 1F | 3C | 1E | 38 |
| Octal | 260 | 260 | 155 | 0 | 0 | 46 | 37 | 74 | 36 | 70 |
| Binary | 10110000 | 10110000 | 1101101 | 0 | 0 | 100110 | 11111 | 111100 | 11110 | 111000 |
Color Harmonies of #B0B06D
Complementary color
Monochromatic Colors of #B0B06D
Black with #B0B06D
Text Example
Text Example
White with #B0B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B06D; }
p { color: rgb(176,176,109); }
H1.HeaderClassName
{
color: #B0B06D;
}
.AnyTagClassName
{
color: #B0B06D;
}
</style>
background-color css
<style>
a { background-color: #B0B06D; }
a { background-color: rgb(176,176,109); }
div.DivClassName
{
background-color: #B0B06D;
}
.BgClassName
{
background-color: #B0B06D;
}
</style>
border-color css
<style>
span { border-color: #B0B06D; }
span { border-color: rgb(176,176,109); }
td.TdClassName
{
border-color: #B0B06D;
}
.TagClassName
{
border-color: #B0B06D;
}
</style>