Shades of Dark Khaki #BBB174
Tints of Dark Khaki #BBB174
RGB
CMYK
RGB Variations
Color information
#BBB174 (or 0xBBB174) is known color: Dark Khaki. HEX triplet: BB, B1 and 74. RGB value is (187,177,116). Sum of RGB (Red+Green+Blue) = 187+177+116=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB174 is #444E8B. Grayscale: #ADADAD. Windows color (decimal): -4476556 or 7647675. OLE color: 7647675.
HSL color Cylindrical-coordinate representation of color #BBB174: hue angle of 51.55º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBB174 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 116 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.27 |
| HSL | 51.55º | 0.34% | 0.59% | - |
| HSV(B) | 51.55º | 0.38% | 0.73% | - |
| XYZ | 39.37 | 43.27 | 22.8 | - |
| YUV | 173.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 116 | 0 | 0.05 | 0.38 | 0.27 | 51.55 | 0.34 | 0.59 |
| Hex | BB | B1 | 74 | 0 | 5 | 26 | 1B | 34 | 22 | 3B |
| Octal | 273 | 261 | 164 | 0 | 5 | 46 | 33 | 64 | 42 | 73 |
| Binary | 10111011 | 10110001 | 1110100 | 0 | 101 | 100110 | 11011 | 110100 | 100010 | 111011 |
Color Harmonies of #BBB174
Complementary color
Monochromatic Colors of #BBB174
Black with #BBB174
Text Example
Text Example
White with #BBB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB174; }
p { color: rgb(187,177,116); }
H1.HeaderClassName
{
color: #BBB174;
}
.AnyTagClassName
{
color: #BBB174;
}
</style>
background-color css
<style>
a { background-color: #BBB174; }
a { background-color: rgb(187,177,116); }
div.DivClassName
{
background-color: #BBB174;
}
.BgClassName
{
background-color: #BBB174;
}
</style>
border-color css
<style>
span { border-color: #BBB174; }
span { border-color: rgb(187,177,116); }
td.TdClassName
{
border-color: #BBB174;
}
.TagClassName
{
border-color: #BBB174;
}
</style>