Shades of Dark Khaki #BBB668
Tints of Dark Khaki #BBB668
RGB
CMYK
RGB Variations
Color information
#BBB668 (or 0xBBB668) is known color: Dark Khaki. HEX triplet: BB, B6 and 68. RGB value is (187,182,104). Sum of RGB (Red+Green+Blue) = 187+182+104=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB668 is #444997. Grayscale: #AEAEAE. Windows color (decimal): -4475288 or 6862523. OLE color: 6862523.
HSL color Cylindrical-coordinate representation of color #BBB668: hue angle of 56.39º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBB668 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 104 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.27 |
| HSL | 56.39º | 0.38% | 0.57% | - |
| HSV(B) | 56.39º | 0.44% | 0.73% | - |
| XYZ | 39.72 | 45.02 | 19.69 | - |
| YUV | 174.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 104 | 0 | 0.03 | 0.44 | 0.27 | 56.39 | 0.38 | 0.57 |
| Hex | BB | B6 | 68 | 0 | 3 | 2C | 1B | 38 | 26 | 39 |
| Octal | 273 | 266 | 150 | 0 | 3 | 54 | 33 | 70 | 46 | 71 |
| Binary | 10111011 | 10110110 | 1101000 | 0 | 11 | 101100 | 11011 | 111000 | 100110 | 111001 |
Color Harmonies of #BBB668
Complementary color
Monochromatic Colors of #BBB668
Black with #BBB668
Text Example
Text Example
White with #BBB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB668; }
p { color: rgb(187,182,104); }
H1.HeaderClassName
{
color: #BBB668;
}
.AnyTagClassName
{
color: #BBB668;
}
</style>
background-color css
<style>
a { background-color: #BBB668; }
a { background-color: rgb(187,182,104); }
div.DivClassName
{
background-color: #BBB668;
}
.BgClassName
{
background-color: #BBB668;
}
</style>
border-color css
<style>
span { border-color: #BBB668; }
span { border-color: rgb(187,182,104); }
td.TdClassName
{
border-color: #BBB668;
}
.TagClassName
{
border-color: #BBB668;
}
</style>