Shades of Dark Khaki #B2B06A
Tints of Dark Khaki #B2B06A
RGB
CMYK
RGB Variations
Color information
#B2B06A (or 0xB2B06A) is known color: Dark Khaki. HEX triplet: B2, B0 and 6A. RGB value is (178,176,106). Sum of RGB (Red+Green+Blue) = 178+176+106=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B06A is #4D4F95. Grayscale: #A8A8A8. Windows color (decimal): -5066646 or 6992050. OLE color: 6992050.
HSL color Cylindrical-coordinate representation of color #B2B06A: hue angle of 58.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2B06A is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 106 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.30 |
| HSL | 58.33º | 0.32% | 0.56% | - |
| HSV(B) | 58.33º | 0.4% | 0.7% | - |
| XYZ | 36.49 | 41.56 | 19.73 | - |
| YUV | 168.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 106 | 0 | 0.01 | 0.40 | 0.30 | 58.33 | 0.32 | 0.56 |
| Hex | B2 | B0 | 6A | 0 | 1 | 28 | 1E | 3A | 20 | 38 |
| Octal | 262 | 260 | 152 | 0 | 1 | 50 | 36 | 72 | 40 | 70 |
| Binary | 10110010 | 10110000 | 1101010 | 0 | 1 | 101000 | 11110 | 111010 | 100000 | 111000 |
Color Harmonies of #B2B06A
Complementary color
Monochromatic Colors of #B2B06A
Black with #B2B06A
Text Example
Text Example
White with #B2B06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B06A; }
p { color: rgb(178,176,106); }
H1.HeaderClassName
{
color: #B2B06A;
}
.AnyTagClassName
{
color: #B2B06A;
}
</style>
background-color css
<style>
a { background-color: #B2B06A; }
a { background-color: rgb(178,176,106); }
div.DivClassName
{
background-color: #B2B06A;
}
.BgClassName
{
background-color: #B2B06A;
}
</style>
border-color css
<style>
span { border-color: #B2B06A; }
span { border-color: rgb(178,176,106); }
td.TdClassName
{
border-color: #B2B06A;
}
.TagClassName
{
border-color: #B2B06A;
}
</style>