Shades of Dark Khaki #BBB569
Tints of Dark Khaki #BBB569
RGB
CMYK
RGB Variations
Color information
#BBB569 (or 0xBBB569) is known color: Dark Khaki. HEX triplet: BB, B5 and 69. RGB value is (187,181,105). Sum of RGB (Red+Green+Blue) = 187+181+105=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB569 is #444A96. Grayscale: #AEAEAE. Windows color (decimal): -4475543 or 6927803. OLE color: 6927803.
HSL color Cylindrical-coordinate representation of color #BBB569: hue angle of 55.61º 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 #BBB569 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 105 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.27 |
| HSL | 55.61º | 0.38% | 0.57% | - |
| HSV(B) | 55.61º | 0.44% | 0.73% | - |
| XYZ | 39.57 | 44.63 | 19.89 | - |
| YUV | 174.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 105 | 0 | 0.03 | 0.44 | 0.27 | 55.61 | 0.38 | 0.57 |
| Hex | BB | B5 | 69 | 0 | 3 | 2C | 1B | 38 | 26 | 39 |
| Octal | 273 | 265 | 151 | 0 | 3 | 54 | 33 | 70 | 46 | 71 |
| Binary | 10111011 | 10110101 | 1101001 | 0 | 11 | 101100 | 11011 | 111000 | 100110 | 111001 |
Color Harmonies of #BBB569
Complementary color
Monochromatic Colors of #BBB569
Black with #BBB569
Text Example
Text Example
White with #BBB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB569; }
p { color: rgb(187,181,105); }
H1.HeaderClassName
{
color: #BBB569;
}
.AnyTagClassName
{
color: #BBB569;
}
</style>
background-color css
<style>
a { background-color: #BBB569; }
a { background-color: rgb(187,181,105); }
div.DivClassName
{
background-color: #BBB569;
}
.BgClassName
{
background-color: #BBB569;
}
</style>
border-color css
<style>
span { border-color: #BBB569; }
span { border-color: rgb(187,181,105); }
td.TdClassName
{
border-color: #BBB569;
}
.TagClassName
{
border-color: #BBB569;
}
</style>