Shades of Dark Khaki #BBB762
Tints of Dark Khaki #BBB762
RGB
CMYK
RGB Variations
Color information
#BBB762 (or 0xBBB762) is known color: Dark Khaki. HEX triplet: BB, B7 and 62. RGB value is (187,183,98). Sum of RGB (Red+Green+Blue) = 187+183+98=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB762 is #44489D. Grayscale: #AEAEAE. Windows color (decimal): -4475038 or 6469563. OLE color: 6469563.
HSL color Cylindrical-coordinate representation of color #BBB762: hue angle of 57.3º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBB762 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 98 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.27 |
| HSL | 57.3º | 0.4% | 0.56% | - |
| HSV(B) | 57.3º | 0.48% | 0.73% | - |
| XYZ | 39.63 | 45.31 | 18.21 | - |
| YUV | 174.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 98 | 0 | 0.02 | 0.48 | 0.27 | 57.3 | 0.4 | 0.56 |
| Hex | BB | B7 | 62 | 0 | 2 | 30 | 1B | 39 | 28 | 38 |
| Octal | 273 | 267 | 142 | 0 | 2 | 60 | 33 | 71 | 50 | 70 |
| Binary | 10111011 | 10110111 | 1100010 | 0 | 10 | 110000 | 11011 | 111001 | 101000 | 111000 |
Color Harmonies of #BBB762
Complementary color
Monochromatic Colors of #BBB762
Black with #BBB762
Text Example
Text Example
White with #BBB762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB762; }
p { color: rgb(187,183,98); }
H1.HeaderClassName
{
color: #BBB762;
}
.AnyTagClassName
{
color: #BBB762;
}
</style>
background-color css
<style>
a { background-color: #BBB762; }
a { background-color: rgb(187,183,98); }
div.DivClassName
{
background-color: #BBB762;
}
.BgClassName
{
background-color: #BBB762;
}
</style>
border-color css
<style>
span { border-color: #BBB762; }
span { border-color: rgb(187,183,98); }
td.TdClassName
{
border-color: #BBB762;
}
.TagClassName
{
border-color: #BBB762;
}
</style>