Shades of Dark Khaki #BBBC73
Tints of Dark Khaki #BBBC73
RGB
CMYK
RGB Variations
Color information
#BBBC73 (or 0xBBBC73) is known color: Dark Khaki. HEX triplet: BB, BC and 73. RGB value is (187,188,115). Sum of RGB (Red+Green+Blue) = 187+188+115=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC73 is #44438C. Grayscale: #B3B3B3. Windows color (decimal): -4473741 or 7584955. OLE color: 7584955.
HSL color Cylindrical-coordinate representation of color #BBBC73: hue angle of 60.82º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBBC73 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 115 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.26 |
| HSL | 60.82º | 0.35% | 0.59% | - |
| HSV(B) | 60.82º | 0.39% | 0.74% | - |
| XYZ | 41.57 | 47.77 | 23.25 | - |
| YUV | 179.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 115 | 0.01 | 0 | 0.39 | 0.26 | 60.82 | 0.35 | 0.59 |
| Hex | BB | BC | 73 | 1 | 0 | 27 | 1A | 3D | 23 | 3B |
| Octal | 273 | 274 | 163 | 1 | 0 | 47 | 32 | 75 | 43 | 73 |
| Binary | 10111011 | 10111100 | 1110011 | 1 | 0 | 100111 | 11010 | 111101 | 100011 | 111011 |
Color Harmonies of #BBBC73
Complementary color
Monochromatic Colors of #BBBC73
Black with #BBBC73
Text Example
Text Example
White with #BBBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC73; }
p { color: rgb(187,188,115); }
H1.HeaderClassName
{
color: #BBBC73;
}
.AnyTagClassName
{
color: #BBBC73;
}
</style>
background-color css
<style>
a { background-color: #BBBC73; }
a { background-color: rgb(187,188,115); }
div.DivClassName
{
background-color: #BBBC73;
}
.BgClassName
{
background-color: #BBBC73;
}
</style>
border-color css
<style>
span { border-color: #BBBC73; }
span { border-color: rgb(187,188,115); }
td.TdClassName
{
border-color: #BBBC73;
}
.TagClassName
{
border-color: #BBBC73;
}
</style>