Shades of Dark Khaki #BBB665
Tints of Dark Khaki #BBB665
RGB
CMYK
RGB Variations
Color information
#BBB665 (or 0xBBB665) is known color: Dark Khaki. HEX triplet: BB, B6 and 65. RGB value is (187,182,101). Sum of RGB (Red+Green+Blue) = 187+182+101=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB665 is #44499A. Grayscale: #AEAEAE. Windows color (decimal): -4475291 or 6665915. OLE color: 6665915.
HSL color Cylindrical-coordinate representation of color #BBB665: hue angle of 56.51º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBB665 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 101 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.27 |
| HSL | 56.51º | 0.39% | 0.56% | - |
| HSV(B) | 56.51º | 0.46% | 0.73% | - |
| XYZ | 39.57 | 44.96 | 18.9 | - |
| YUV | 174.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 101 | 0 | 0.03 | 0.46 | 0.27 | 56.51 | 0.39 | 0.56 |
| Hex | BB | B6 | 65 | 0 | 3 | 2E | 1B | 39 | 27 | 38 |
| Octal | 273 | 266 | 145 | 0 | 3 | 56 | 33 | 71 | 47 | 70 |
| Binary | 10111011 | 10110110 | 1100101 | 0 | 11 | 101110 | 11011 | 111001 | 100111 | 111000 |
Color Harmonies of #BBB665
Complementary color
Monochromatic Colors of #BBB665
Black with #BBB665
Text Example
Text Example
White with #BBB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB665; }
p { color: rgb(187,182,101); }
H1.HeaderClassName
{
color: #BBB665;
}
.AnyTagClassName
{
color: #BBB665;
}
</style>
background-color css
<style>
a { background-color: #BBB665; }
a { background-color: rgb(187,182,101); }
div.DivClassName
{
background-color: #BBB665;
}
.BgClassName
{
background-color: #BBB665;
}
</style>
border-color css
<style>
span { border-color: #BBB665; }
span { border-color: rgb(187,182,101); }
td.TdClassName
{
border-color: #BBB665;
}
.TagClassName
{
border-color: #BBB665;
}
</style>