Shades of Dark Khaki #BBB663
Tints of Dark Khaki #BBB663
RGB
CMYK
RGB Variations
Color information
#BBB663 (or 0xBBB663) is known color: Dark Khaki. HEX triplet: BB, B6 and 63. RGB value is (187,182,99). Sum of RGB (Red+Green+Blue) = 187+182+99=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB663 is #44499C. Grayscale: #AEAEAE. Windows color (decimal): -4475293 or 6534843. OLE color: 6534843.
HSL color Cylindrical-coordinate representation of color #BBB663: hue angle of 56.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBB663 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 99 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.27 |
| HSL | 56.59º | 0.39% | 0.56% | - |
| HSV(B) | 56.59º | 0.47% | 0.73% | - |
| XYZ | 39.47 | 44.92 | 18.39 | - |
| YUV | 174.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 99 | 0 | 0.03 | 0.47 | 0.27 | 56.59 | 0.39 | 0.56 |
| Hex | BB | B6 | 63 | 0 | 3 | 2F | 1B | 39 | 27 | 38 |
| Octal | 273 | 266 | 143 | 0 | 3 | 57 | 33 | 71 | 47 | 70 |
| Binary | 10111011 | 10110110 | 1100011 | 0 | 11 | 101111 | 11011 | 111001 | 100111 | 111000 |
Color Harmonies of #BBB663
Complementary color
Monochromatic Colors of #BBB663
Black with #BBB663
Text Example
Text Example
White with #BBB663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB663; }
p { color: rgb(187,182,99); }
H1.HeaderClassName
{
color: #BBB663;
}
.AnyTagClassName
{
color: #BBB663;
}
</style>
background-color css
<style>
a { background-color: #BBB663; }
a { background-color: rgb(187,182,99); }
div.DivClassName
{
background-color: #BBB663;
}
.BgClassName
{
background-color: #BBB663;
}
</style>
border-color css
<style>
span { border-color: #BBB663; }
span { border-color: rgb(187,182,99); }
td.TdClassName
{
border-color: #BBB663;
}
.TagClassName
{
border-color: #BBB663;
}
</style>