Shades of Dark Khaki #BBB565
Tints of Dark Khaki #BBB565
RGB
CMYK
RGB Variations
Color information
#BBB565 (or 0xBBB565) is known color: Dark Khaki. HEX triplet: BB, B5 and 65. RGB value is (187,181,101). Sum of RGB (Red+Green+Blue) = 187+181+101=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB565 is #444A9A. Grayscale: #AEAEAE. Windows color (decimal): -4475547 or 6665659. OLE color: 6665659.
HSL color Cylindrical-coordinate representation of color #BBB565: hue angle of 55.81º 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 #BBB565 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 101 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.27 |
| HSL | 55.81º | 0.39% | 0.56% | - |
| HSV(B) | 55.81º | 0.46% | 0.73% | - |
| XYZ | 39.37 | 44.55 | 18.84 | - |
| YUV | 173.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 101 | 0 | 0.03 | 0.46 | 0.27 | 55.81 | 0.39 | 0.56 |
| Hex | BB | B5 | 65 | 0 | 3 | 2E | 1B | 38 | 27 | 38 |
| Octal | 273 | 265 | 145 | 0 | 3 | 56 | 33 | 70 | 47 | 70 |
| Binary | 10111011 | 10110101 | 1100101 | 0 | 11 | 101110 | 11011 | 111000 | 100111 | 111000 |
Color Harmonies of #BBB565
Complementary color
Monochromatic Colors of #BBB565
Black with #BBB565
Text Example
Text Example
White with #BBB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB565; }
p { color: rgb(187,181,101); }
H1.HeaderClassName
{
color: #BBB565;
}
.AnyTagClassName
{
color: #BBB565;
}
</style>
background-color css
<style>
a { background-color: #BBB565; }
a { background-color: rgb(187,181,101); }
div.DivClassName
{
background-color: #BBB565;
}
.BgClassName
{
background-color: #BBB565;
}
</style>
border-color css
<style>
span { border-color: #BBB565; }
span { border-color: rgb(187,181,101); }
td.TdClassName
{
border-color: #BBB565;
}
.TagClassName
{
border-color: #BBB565;
}
</style>