Shades of Dark Khaki #B7B966
Tints of Dark Khaki #B7B966
RGB
CMYK
RGB Variations
Color information
#B7B966 (or 0xB7B966) is known color: Dark Khaki. HEX triplet: B7, B9 and 66. RGB value is (183,185,102). Sum of RGB (Red+Green+Blue) = 183+185+102=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B966 is #484699. Grayscale: #AFAFAF. Windows color (decimal): -4736666 or 6732215. OLE color: 6732215.
HSL color Cylindrical-coordinate representation of color #B7B966: hue angle of 61.45º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7B966 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 185 | 102 | - |
CMYK | 0.01 | 0 | 0.45 | 0.27 |
HSL | 61.45º | 0.37% | 0.56% | - |
HSV(B) | 61.45º | 0.45% | 0.73% | - |
XYZ | 39.28 | 45.72 | 19.33 | - |
YUV | 174.94 | 86.84 | 133.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 185 | 102 | 0.01 | 0 | 0.45 | 0.27 | 61.45 | 0.37 | 0.56 |
Hex | B7 | B9 | 66 | 1 | 0 | 2D | 1B | 3D | 25 | 38 |
Octal | 267 | 271 | 146 | 1 | 0 | 55 | 33 | 75 | 45 | 70 |
Binary | 10110111 | 10111001 | 1100110 | 1 | 0 | 101101 | 11011 | 111101 | 100101 | 111000 |
Color Harmonies of #B7B966
Complementary color
Monochromatic Colors of #B7B966
Black with #B7B966
Text Example
Text Example
White with #B7B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B966; }
p { color: rgb(183,185,102); }
H1.HeaderClassName
{
color: #B7B966;
}
.AnyTagClassName
{
color: #B7B966;
}
</style>
background-color css
<style>
a { background-color: #B7B966; }
a { background-color: rgb(183,185,102); }
div.DivClassName
{
background-color: #B7B966;
}
.BgClassName
{
background-color: #B7B966;
}
</style>
border-color css
<style>
span { border-color: #B7B966; }
span { border-color: rgb(183,185,102); }
td.TdClassName
{
border-color: #B7B966;
}
.TagClassName
{
border-color: #B7B966;
}
</style>