Shades of Dark Khaki #B1AE73
Tints of Dark Khaki #B1AE73
RGB
CMYK
RGB Variations
Color information
#B1AE73 (or 0xB1AE73) is known color: Dark Khaki. HEX triplet: B1, AE and 73. RGB value is (177,174,115). Sum of RGB (Red+Green+Blue) = 177+174+115=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE73 is #4E518C. Grayscale: #A8A8A8. Windows color (decimal): -5132685 or 7581361. OLE color: 7581361.
HSL color Cylindrical-coordinate representation of color #B1AE73: hue angle of 57.1º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1AE73 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 115 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.31 |
| HSL | 57.1º | 0.28% | 0.57% | - |
| HSV(B) | 57.1º | 0.35% | 0.69% | - |
| XYZ | 36.36 | 40.86 | 22.19 | - |
| YUV | 168.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 115 | 0 | 0.02 | 0.35 | 0.31 | 57.1 | 0.28 | 0.57 |
| Hex | B1 | AE | 73 | 0 | 2 | 23 | 1F | 39 | 1C | 39 |
| Octal | 261 | 256 | 163 | 0 | 2 | 43 | 37 | 71 | 34 | 71 |
| Binary | 10110001 | 10101110 | 1110011 | 0 | 10 | 100011 | 11111 | 111001 | 11100 | 111001 |
Color Harmonies of #B1AE73
Complementary color
Monochromatic Colors of #B1AE73
Black with #B1AE73
Text Example
Text Example
White with #B1AE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE73; }
p { color: rgb(177,174,115); }
H1.HeaderClassName
{
color: #B1AE73;
}
.AnyTagClassName
{
color: #B1AE73;
}
</style>
background-color css
<style>
a { background-color: #B1AE73; }
a { background-color: rgb(177,174,115); }
div.DivClassName
{
background-color: #B1AE73;
}
.BgClassName
{
background-color: #B1AE73;
}
</style>
border-color css
<style>
span { border-color: #B1AE73; }
span { border-color: rgb(177,174,115); }
td.TdClassName
{
border-color: #B1AE73;
}
.TagClassName
{
border-color: #B1AE73;
}
</style>