Shades of Dark Khaki #BBB168
Tints of Dark Khaki #BBB168
RGB
CMYK
RGB Variations
Color information
#BBB168 (or 0xBBB168) is known color: Dark Khaki. HEX triplet: BB, B1 and 68. RGB value is (187,177,104). Sum of RGB (Red+Green+Blue) = 187+177+104=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB168 is #444E97. Grayscale: #ABABAB. Windows color (decimal): -4476568 or 6861243. OLE color: 6861243.
HSL color Cylindrical-coordinate representation of color #BBB168: hue angle of 52.77º 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 #BBB168 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 104 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.27 |
| HSL | 52.77º | 0.38% | 0.57% | - |
| HSV(B) | 52.77º | 0.44% | 0.73% | - |
| XYZ | 38.71 | 43.01 | 19.36 | - |
| YUV | 171.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 104 | 0 | 0.05 | 0.44 | 0.27 | 52.77 | 0.38 | 0.57 |
| Hex | BB | B1 | 68 | 0 | 5 | 2C | 1B | 35 | 26 | 39 |
| Octal | 273 | 261 | 150 | 0 | 5 | 54 | 33 | 65 | 46 | 71 |
| Binary | 10111011 | 10110001 | 1101000 | 0 | 101 | 101100 | 11011 | 110101 | 100110 | 111001 |
Color Harmonies of #BBB168
Complementary color
Monochromatic Colors of #BBB168
Black with #BBB168
Text Example
Text Example
White with #BBB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB168; }
p { color: rgb(187,177,104); }
H1.HeaderClassName
{
color: #BBB168;
}
.AnyTagClassName
{
color: #BBB168;
}
</style>
background-color css
<style>
a { background-color: #BBB168; }
a { background-color: rgb(187,177,104); }
div.DivClassName
{
background-color: #BBB168;
}
.BgClassName
{
background-color: #BBB168;
}
</style>
border-color css
<style>
span { border-color: #BBB168; }
span { border-color: rgb(187,177,104); }
td.TdClassName
{
border-color: #BBB168;
}
.TagClassName
{
border-color: #BBB168;
}
</style>