Shades of Dark Khaki #BBB467
Tints of Dark Khaki #BBB467
RGB
CMYK
RGB Variations
Color information
#BBB467 (or 0xBBB467) is known color: Dark Khaki. HEX triplet: BB, B4 and 67. RGB value is (187,180,103). Sum of RGB (Red+Green+Blue) = 187+180+103=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB467 is #444B98. Grayscale: #ADADAD. Windows color (decimal): -4475801 or 6796475. OLE color: 6796475.
HSL color Cylindrical-coordinate representation of color #BBB467: hue angle of 55º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBB467 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 103 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.27 |
| HSL | 55º | 0.38% | 0.57% | - |
| HSV(B) | 55º | 0.45% | 0.73% | - |
| XYZ | 39.26 | 44.19 | 19.29 | - |
| YUV | 173.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 103 | 0 | 0.04 | 0.45 | 0.27 | 55 | 0.38 | 0.57 |
| Hex | BB | B4 | 67 | 0 | 4 | 2D | 1B | 37 | 26 | 39 |
| Octal | 273 | 264 | 147 | 0 | 4 | 55 | 33 | 67 | 46 | 71 |
| Binary | 10111011 | 10110100 | 1100111 | 0 | 100 | 101101 | 11011 | 110111 | 100110 | 111001 |
Color Harmonies of #BBB467
Complementary color
Monochromatic Colors of #BBB467
Black with #BBB467
Text Example
Text Example
White with #BBB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB467; }
p { color: rgb(187,180,103); }
H1.HeaderClassName
{
color: #BBB467;
}
.AnyTagClassName
{
color: #BBB467;
}
</style>
background-color css
<style>
a { background-color: #BBB467; }
a { background-color: rgb(187,180,103); }
div.DivClassName
{
background-color: #BBB467;
}
.BgClassName
{
background-color: #BBB467;
}
</style>
border-color css
<style>
span { border-color: #BBB467; }
span { border-color: rgb(187,180,103); }
td.TdClassName
{
border-color: #BBB467;
}
.TagClassName
{
border-color: #BBB467;
}
</style>