Shades of Dark Khaki #BBAF74
Tints of Dark Khaki #BBAF74
RGB
CMYK
RGB Variations
Color information
#BBAF74 (or 0xBBAF74) is known color: Dark Khaki. HEX triplet: BB, AF and 74. RGB value is (187,175,116). Sum of RGB (Red+Green+Blue) = 187+175+116=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF74 is #44508B. Grayscale: #ACACAC. Windows color (decimal): -4477068 or 7647163. OLE color: 7647163.
HSL color Cylindrical-coordinate representation of color #BBAF74: hue angle of 49.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBAF74 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 116 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.27 |
| HSL | 49.86º | 0.34% | 0.59% | - |
| HSV(B) | 49.86º | 0.38% | 0.73% | - |
| XYZ | 38.98 | 42.49 | 22.67 | - |
| YUV | 171.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 116 | 0 | 0.06 | 0.38 | 0.27 | 49.86 | 0.34 | 0.59 |
| Hex | BB | AF | 74 | 0 | 6 | 26 | 1B | 32 | 22 | 3B |
| Octal | 273 | 257 | 164 | 0 | 6 | 46 | 33 | 62 | 42 | 73 |
| Binary | 10111011 | 10101111 | 1110100 | 0 | 110 | 100110 | 11011 | 110010 | 100010 | 111011 |
Color Harmonies of #BBAF74
Complementary color
Monochromatic Colors of #BBAF74
Black with #BBAF74
Text Example
Text Example
White with #BBAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF74; }
p { color: rgb(187,175,116); }
H1.HeaderClassName
{
color: #BBAF74;
}
.AnyTagClassName
{
color: #BBAF74;
}
</style>
background-color css
<style>
a { background-color: #BBAF74; }
a { background-color: rgb(187,175,116); }
div.DivClassName
{
background-color: #BBAF74;
}
.BgClassName
{
background-color: #BBAF74;
}
</style>
border-color css
<style>
span { border-color: #BBAF74; }
span { border-color: rgb(187,175,116); }
td.TdClassName
{
border-color: #BBAF74;
}
.TagClassName
{
border-color: #BBAF74;
}
</style>