Shades of Dark Khaki #BBB577
Tints of Dark Khaki #BBB577
RGB
CMYK
RGB Variations
Color information
#BBB577 (or 0xBBB577) is known color: Dark Khaki. HEX triplet: BB, B5 and 77. RGB value is (187,181,119). Sum of RGB (Red+Green+Blue) = 187+181+119=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB577 is #444A88. Grayscale: #AFAFAF. Windows color (decimal): -4475529 or 7845307. OLE color: 7845307.
HSL color Cylindrical-coordinate representation of color #BBB577: hue angle of 54.71º 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 #BBB577 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 119 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.27 |
| HSL | 54.71º | 0.33% | 0.6% | - |
| HSV(B) | 54.71º | 0.36% | 0.73% | - |
| XYZ | 40.35 | 44.94 | 24 | - |
| YUV | 175.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 119 | 0 | 0.03 | 0.36 | 0.27 | 54.71 | 0.33 | 0.6 |
| Hex | BB | B5 | 77 | 0 | 3 | 24 | 1B | 37 | 21 | 3C |
| Octal | 273 | 265 | 167 | 0 | 3 | 44 | 33 | 67 | 41 | 74 |
| Binary | 10111011 | 10110101 | 1110111 | 0 | 11 | 100100 | 11011 | 110111 | 100001 | 111100 |
Color Harmonies of #BBB577
Complementary color
Monochromatic Colors of #BBB577
Black with #BBB577
Text Example
Text Example
White with #BBB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB577; }
p { color: rgb(187,181,119); }
H1.HeaderClassName
{
color: #BBB577;
}
.AnyTagClassName
{
color: #BBB577;
}
</style>
background-color css
<style>
a { background-color: #BBB577; }
a { background-color: rgb(187,181,119); }
div.DivClassName
{
background-color: #BBB577;
}
.BgClassName
{
background-color: #BBB577;
}
</style>
border-color css
<style>
span { border-color: #BBB577; }
span { border-color: rgb(187,181,119); }
td.TdClassName
{
border-color: #BBB577;
}
.TagClassName
{
border-color: #BBB577;
}
</style>