Shades of Dark Khaki #B6B278
Tints of Dark Khaki #B6B278
RGB
CMYK
RGB Variations
Color information
#B6B278 (or 0xB6B278) is known color: Dark Khaki. HEX triplet: B6, B2 and 78. RGB value is (182,178,120). Sum of RGB (Red+Green+Blue) = 182+178+120=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B278 is #494D87. Grayscale: #ACACAC. Windows color (decimal): -4803976 or 7910070. OLE color: 7910070.
HSL color Cylindrical-coordinate representation of color #B6B278: hue angle of 56.13º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6B278 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 178 | 120 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.29 |
| HSL | 56.13º | 0.3% | 0.59% | - |
| HSV(B) | 56.13º | 0.34% | 0.71% | - |
| XYZ | 38.6 | 43.14 | 24.06 | - |
| YUV | 172.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 178 | 120 | 0 | 0.02 | 0.34 | 0.29 | 56.13 | 0.3 | 0.59 |
| Hex | B6 | B2 | 78 | 0 | 2 | 22 | 1D | 38 | 1E | 3B |
| Octal | 266 | 262 | 170 | 0 | 2 | 42 | 35 | 70 | 36 | 73 |
| Binary | 10110110 | 10110010 | 1111000 | 0 | 10 | 100010 | 11101 | 111000 | 11110 | 111011 |
Color Harmonies of #B6B278
Complementary color
Monochromatic Colors of #B6B278
Black with #B6B278
Text Example
Text Example
White with #B6B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B278; }
p { color: rgb(182,178,120); }
H1.HeaderClassName
{
color: #B6B278;
}
.AnyTagClassName
{
color: #B6B278;
}
</style>
background-color css
<style>
a { background-color: #B6B278; }
a { background-color: rgb(182,178,120); }
div.DivClassName
{
background-color: #B6B278;
}
.BgClassName
{
background-color: #B6B278;
}
</style>
border-color css
<style>
span { border-color: #B6B278; }
span { border-color: rgb(182,178,120); }
td.TdClassName
{
border-color: #B6B278;
}
.TagClassName
{
border-color: #B6B278;
}
</style>