Shades of Dark Khaki #BBB463
Tints of Dark Khaki #BBB463
RGB
CMYK
RGB Variations
Color information
#BBB463 (or 0xBBB463) is known color: Dark Khaki. HEX triplet: BB, B4 and 63. RGB value is (187,180,99). Sum of RGB (Red+Green+Blue) = 187+180+99=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB463 is #444B9C. Grayscale: #ADADAD. Windows color (decimal): -4475805 or 6534331. OLE color: 6534331.
HSL color Cylindrical-coordinate representation of color #BBB463: hue angle of 55.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBB463 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 99 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.27 |
| HSL | 55.23º | 0.39% | 0.56% | - |
| HSV(B) | 55.23º | 0.47% | 0.73% | - |
| XYZ | 39.07 | 44.11 | 18.26 | - |
| YUV | 172.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 99 | 0 | 0.04 | 0.47 | 0.27 | 55.23 | 0.39 | 0.56 |
| Hex | BB | B4 | 63 | 0 | 4 | 2F | 1B | 37 | 27 | 38 |
| Octal | 273 | 264 | 143 | 0 | 4 | 57 | 33 | 67 | 47 | 70 |
| Binary | 10111011 | 10110100 | 1100011 | 0 | 100 | 101111 | 11011 | 110111 | 100111 | 111000 |
Color Harmonies of #BBB463
Complementary color
Monochromatic Colors of #BBB463
Black with #BBB463
Text Example
Text Example
White with #BBB463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB463; }
p { color: rgb(187,180,99); }
H1.HeaderClassName
{
color: #BBB463;
}
.AnyTagClassName
{
color: #BBB463;
}
</style>
background-color css
<style>
a { background-color: #BBB463; }
a { background-color: rgb(187,180,99); }
div.DivClassName
{
background-color: #BBB463;
}
.BgClassName
{
background-color: #BBB463;
}
</style>
border-color css
<style>
span { border-color: #BBB463; }
span { border-color: rgb(187,180,99); }
td.TdClassName
{
border-color: #BBB463;
}
.TagClassName
{
border-color: #BBB463;
}
</style>