Shades of Dark Khaki #BBAF6D
Tints of Dark Khaki #BBAF6D
RGB
CMYK
RGB Variations
Color information
#BBAF6D (or 0xBBAF6D) is known color: Dark Khaki. HEX triplet: BB, AF and 6D. RGB value is (187,175,109). Sum of RGB (Red+Green+Blue) = 187+175+109=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF6D is #445092. Grayscale: #ABABAB. Windows color (decimal): -4477075 or 7188411. OLE color: 7188411.
HSL color Cylindrical-coordinate representation of color #BBAF6D: hue angle of 50.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBAF6D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 109 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.27 |
| HSL | 50.77º | 0.36% | 0.58% | - |
| HSV(B) | 50.77º | 0.42% | 0.73% | - |
| XYZ | 38.58 | 42.33 | 20.6 | - |
| YUV | 171.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 109 | 0 | 0.06 | 0.42 | 0.27 | 50.77 | 0.36 | 0.58 |
| Hex | BB | AF | 6D | 0 | 6 | 2A | 1B | 33 | 24 | 3A |
| Octal | 273 | 257 | 155 | 0 | 6 | 52 | 33 | 63 | 44 | 72 |
| Binary | 10111011 | 10101111 | 1101101 | 0 | 110 | 101010 | 11011 | 110011 | 100100 | 111010 |
Color Harmonies of #BBAF6D
Complementary color
Monochromatic Colors of #BBAF6D
Black with #BBAF6D
Text Example
Text Example
White with #BBAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF6D; }
p { color: rgb(187,175,109); }
H1.HeaderClassName
{
color: #BBAF6D;
}
.AnyTagClassName
{
color: #BBAF6D;
}
</style>
background-color css
<style>
a { background-color: #BBAF6D; }
a { background-color: rgb(187,175,109); }
div.DivClassName
{
background-color: #BBAF6D;
}
.BgClassName
{
background-color: #BBAF6D;
}
</style>
border-color css
<style>
span { border-color: #BBAF6D; }
span { border-color: rgb(187,175,109); }
td.TdClassName
{
border-color: #BBAF6D;
}
.TagClassName
{
border-color: #BBAF6D;
}
</style>