Shades of Dark Khaki #B1B66D
Tints of Dark Khaki #B1B66D
RGB
CMYK
RGB Variations
Color information
#B1B66D (or 0xB1B66D) is known color: Dark Khaki. HEX triplet: B1, B6 and 6D. RGB value is (177,182,109). Sum of RGB (Red+Green+Blue) = 177+182+109=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B66D is #4E4992. Grayscale: #ACACAC. Windows color (decimal): -5130643 or 7190193. OLE color: 7190193.
HSL color Cylindrical-coordinate representation of color #B1B66D: hue angle of 64.11º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1B66D is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 182 | 109 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.29 |
| HSL | 64.11º | 0.33% | 0.57% | - |
| HSV(B) | 64.11º | 0.4% | 0.71% | - |
| XYZ | 37.62 | 43.91 | 20.96 | - |
| YUV | 172.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 182 | 109 | 0.03 | 0 | 0.40 | 0.29 | 64.11 | 0.33 | 0.57 |
| Hex | B1 | B6 | 6D | 3 | 0 | 28 | 1D | 40 | 21 | 39 |
| Octal | 261 | 266 | 155 | 3 | 0 | 50 | 35 | 100 | 41 | 71 |
| Binary | 10110001 | 10110110 | 1101101 | 11 | 0 | 101000 | 11101 | 1000000 | 100001 | 111001 |
Color Harmonies of #B1B66D
Complementary color
Monochromatic Colors of #B1B66D
Black with #B1B66D
Text Example
Text Example
White with #B1B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B66D; }
p { color: rgb(177,182,109); }
H1.HeaderClassName
{
color: #B1B66D;
}
.AnyTagClassName
{
color: #B1B66D;
}
</style>
background-color css
<style>
a { background-color: #B1B66D; }
a { background-color: rgb(177,182,109); }
div.DivClassName
{
background-color: #B1B66D;
}
.BgClassName
{
background-color: #B1B66D;
}
</style>
border-color css
<style>
span { border-color: #B1B66D; }
span { border-color: rgb(177,182,109); }
td.TdClassName
{
border-color: #B1B66D;
}
.TagClassName
{
border-color: #B1B66D;
}
</style>