Shades of Dark Khaki #BBB474
Tints of Dark Khaki #BBB474
RGB
CMYK
RGB Variations
Color information
#BBB474 (or 0xBBB474) is known color: Dark Khaki. HEX triplet: BB, B4 and 74. RGB value is (187,180,116). Sum of RGB (Red+Green+Blue) = 187+180+116=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB474 is #444B8B. Grayscale: #AFAFAF. Windows color (decimal): -4475788 or 7648443. OLE color: 7648443.
HSL color Cylindrical-coordinate representation of color #BBB474: hue angle of 54.08º 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 #BBB474 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 116 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.27 |
| HSL | 54.08º | 0.34% | 0.59% | - |
| HSV(B) | 54.08º | 0.38% | 0.73% | - |
| XYZ | 39.97 | 44.47 | 23 | - |
| YUV | 174.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 116 | 0 | 0.04 | 0.38 | 0.27 | 54.08 | 0.34 | 0.59 |
| Hex | BB | B4 | 74 | 0 | 4 | 26 | 1B | 36 | 22 | 3B |
| Octal | 273 | 264 | 164 | 0 | 4 | 46 | 33 | 66 | 42 | 73 |
| Binary | 10111011 | 10110100 | 1110100 | 0 | 100 | 100110 | 11011 | 110110 | 100010 | 111011 |
Color Harmonies of #BBB474
Complementary color
Monochromatic Colors of #BBB474
Black with #BBB474
Text Example
Text Example
White with #BBB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB474; }
p { color: rgb(187,180,116); }
H1.HeaderClassName
{
color: #BBB474;
}
.AnyTagClassName
{
color: #BBB474;
}
</style>
background-color css
<style>
a { background-color: #BBB474; }
a { background-color: rgb(187,180,116); }
div.DivClassName
{
background-color: #BBB474;
}
.BgClassName
{
background-color: #BBB474;
}
</style>
border-color css
<style>
span { border-color: #BBB474; }
span { border-color: rgb(187,180,116); }
td.TdClassName
{
border-color: #BBB474;
}
.TagClassName
{
border-color: #BBB474;
}
</style>