Shades of Dark Khaki #BBBC6B
Tints of Dark Khaki #BBBC6B
RGB
CMYK
RGB Variations
Color information
#BBBC6B (or 0xBBBC6B) is known color: Dark Khaki. HEX triplet: BB, BC and 6B. RGB value is (187,188,107). Sum of RGB (Red+Green+Blue) = 187+188+107=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC6B is #444394. Grayscale: #B2B2B2. Windows color (decimal): -4473749 or 7060667. OLE color: 7060667.
HSL color Cylindrical-coordinate representation of color #BBBC6B: hue angle of 60.74º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBBC6B is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 107 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.26 |
| HSL | 60.74º | 0.38% | 0.58% | - |
| HSV(B) | 60.74º | 0.43% | 0.74% | - |
| XYZ | 41.13 | 47.59 | 20.93 | - |
| YUV | 178.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 107 | 0.01 | 0 | 0.43 | 0.26 | 60.74 | 0.38 | 0.58 |
| Hex | BB | BC | 6B | 1 | 0 | 2B | 1A | 3D | 26 | 3A |
| Octal | 273 | 274 | 153 | 1 | 0 | 53 | 32 | 75 | 46 | 72 |
| Binary | 10111011 | 10111100 | 1101011 | 1 | 0 | 101011 | 11010 | 111101 | 100110 | 111010 |
Color Harmonies of #BBBC6B
Complementary color
Monochromatic Colors of #BBBC6B
Black with #BBBC6B
Text Example
Text Example
White with #BBBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC6B; }
p { color: rgb(187,188,107); }
H1.HeaderClassName
{
color: #BBBC6B;
}
.AnyTagClassName
{
color: #BBBC6B;
}
</style>
background-color css
<style>
a { background-color: #BBBC6B; }
a { background-color: rgb(187,188,107); }
div.DivClassName
{
background-color: #BBBC6B;
}
.BgClassName
{
background-color: #BBBC6B;
}
</style>
border-color css
<style>
span { border-color: #BBBC6B; }
span { border-color: rgb(187,188,107); }
td.TdClassName
{
border-color: #BBBC6B;
}
.TagClassName
{
border-color: #BBBC6B;
}
</style>