Shades of Dark Khaki #BBBD67
Tints of Dark Khaki #BBBD67
RGB
CMYK
RGB Variations
Color information
#BBBD67 (or 0xBBBD67) is known color: Dark Khaki. HEX triplet: BB, BD and 67. RGB value is (187,189,103). Sum of RGB (Red+Green+Blue) = 187+189+103=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD67 is #444298. Grayscale: #B2B2B2. Windows color (decimal): -4473497 or 6798779. OLE color: 6798779.
HSL color Cylindrical-coordinate representation of color #BBBD67: hue angle of 61.4º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBBD67 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 103 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.26 |
| HSL | 61.4º | 0.39% | 0.57% | - |
| HSV(B) | 61.4º | 0.46% | 0.74% | - |
| XYZ | 41.14 | 47.94 | 19.92 | - |
| YUV | 178.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 103 | 0.01 | 0 | 0.46 | 0.26 | 61.4 | 0.39 | 0.57 |
| Hex | BB | BD | 67 | 1 | 0 | 2E | 1A | 3D | 27 | 39 |
| Octal | 273 | 275 | 147 | 1 | 0 | 56 | 32 | 75 | 47 | 71 |
| Binary | 10111011 | 10111101 | 1100111 | 1 | 0 | 101110 | 11010 | 111101 | 100111 | 111001 |
Color Harmonies of #BBBD67
Complementary color
Monochromatic Colors of #BBBD67
Black with #BBBD67
Text Example
Text Example
White with #BBBD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD67; }
p { color: rgb(187,189,103); }
H1.HeaderClassName
{
color: #BBBD67;
}
.AnyTagClassName
{
color: #BBBD67;
}
</style>
background-color css
<style>
a { background-color: #BBBD67; }
a { background-color: rgb(187,189,103); }
div.DivClassName
{
background-color: #BBBD67;
}
.BgClassName
{
background-color: #BBBD67;
}
</style>
border-color css
<style>
span { border-color: #BBBD67; }
span { border-color: rgb(187,189,103); }
td.TdClassName
{
border-color: #BBBD67;
}
.TagClassName
{
border-color: #BBBD67;
}
</style>