Shades of Dark Khaki #BBB778
Tints of Dark Khaki #BBB778
RGB
CMYK
RGB Variations
Color information
#BBB778 (or 0xBBB778) is known color: Dark Khaki. HEX triplet: BB, B7 and 78. RGB value is (187,183,120). Sum of RGB (Red+Green+Blue) = 187+183+120=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB778 is #444887. Grayscale: #B1B1B1. Windows color (decimal): -4475016 or 7911355. OLE color: 7911355.
HSL color Cylindrical-coordinate representation of color #BBB778: hue angle of 56.42º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBB778 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 120 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.27 |
| HSL | 56.42º | 0.33% | 0.6% | - |
| HSV(B) | 56.42º | 0.36% | 0.73% | - |
| XYZ | 40.82 | 45.79 | 24.46 | - |
| YUV | 177.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 120 | 0 | 0.02 | 0.36 | 0.27 | 56.42 | 0.33 | 0.6 |
| Hex | BB | B7 | 78 | 0 | 2 | 24 | 1B | 38 | 21 | 3C |
| Octal | 273 | 267 | 170 | 0 | 2 | 44 | 33 | 70 | 41 | 74 |
| Binary | 10111011 | 10110111 | 1111000 | 0 | 10 | 100100 | 11011 | 111000 | 100001 | 111100 |
Color Harmonies of #BBB778
Complementary color
Monochromatic Colors of #BBB778
Black with #BBB778
Text Example
Text Example
White with #BBB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB778; }
p { color: rgb(187,183,120); }
H1.HeaderClassName
{
color: #BBB778;
}
.AnyTagClassName
{
color: #BBB778;
}
</style>
background-color css
<style>
a { background-color: #BBB778; }
a { background-color: rgb(187,183,120); }
div.DivClassName
{
background-color: #BBB778;
}
.BgClassName
{
background-color: #BBB778;
}
</style>
border-color css
<style>
span { border-color: #BBB778; }
span { border-color: rgb(187,183,120); }
td.TdClassName
{
border-color: #BBB778;
}
.TagClassName
{
border-color: #BBB778;
}
</style>