Shades of Dark Khaki #BBBC63
Tints of Dark Khaki #BBBC63
RGB
CMYK
RGB Variations
Color information
#BBBC63 (or 0xBBBC63) is known color: Dark Khaki. HEX triplet: BB, BC and 63. RGB value is (187,188,99). Sum of RGB (Red+Green+Blue) = 187+188+99=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC63 is #44439C. Grayscale: #B1B1B1. Windows color (decimal): -4473757 or 6536379. OLE color: 6536379.
HSL color Cylindrical-coordinate representation of color #BBBC63: hue angle of 60.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBBC63 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 99 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.26 |
| HSL | 60.67º | 0.4% | 0.56% | - |
| HSV(B) | 60.67º | 0.47% | 0.74% | - |
| XYZ | 40.73 | 47.43 | 18.81 | - |
| YUV | 177.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 99 | 0.01 | 0 | 0.47 | 0.26 | 60.67 | 0.4 | 0.56 |
| Hex | BB | BC | 63 | 1 | 0 | 2F | 1A | 3D | 28 | 38 |
| Octal | 273 | 274 | 143 | 1 | 0 | 57 | 32 | 75 | 50 | 70 |
| Binary | 10111011 | 10111100 | 1100011 | 1 | 0 | 101111 | 11010 | 111101 | 101000 | 111000 |
Color Harmonies of #BBBC63
Complementary color
Monochromatic Colors of #BBBC63
Black with #BBBC63
Text Example
Text Example
White with #BBBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC63; }
p { color: rgb(187,188,99); }
H1.HeaderClassName
{
color: #BBBC63;
}
.AnyTagClassName
{
color: #BBBC63;
}
</style>
background-color css
<style>
a { background-color: #BBBC63; }
a { background-color: rgb(187,188,99); }
div.DivClassName
{
background-color: #BBBC63;
}
.BgClassName
{
background-color: #BBBC63;
}
</style>
border-color css
<style>
span { border-color: #BBBC63; }
span { border-color: rgb(187,188,99); }
td.TdClassName
{
border-color: #BBBC63;
}
.TagClassName
{
border-color: #BBBC63;
}
</style>