Shades of Dark Khaki #B1B46E
Tints of Dark Khaki #B1B46E
RGB
CMYK
RGB Variations
Color information
#B1B46E (or 0xB1B46E) is known color: Dark Khaki. HEX triplet: B1, B4 and 6E. RGB value is (177,180,110). Sum of RGB (Red+Green+Blue) = 177+180+110=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B46E is #4E4B91. Grayscale: #ABABAB. Windows color (decimal): -5131154 or 7255217. OLE color: 7255217.
HSL color Cylindrical-coordinate representation of color #B1B46E: hue angle of 62.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1B46E is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 110 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.29 |
| HSL | 62.57º | 0.32% | 0.57% | - |
| HSV(B) | 62.57º | 0.39% | 0.71% | - |
| XYZ | 37.27 | 43.12 | 21.11 | - |
| YUV | 171.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 110 | 0.02 | 0 | 0.39 | 0.29 | 62.57 | 0.32 | 0.57 |
| Hex | B1 | B4 | 6E | 2 | 0 | 27 | 1D | 3F | 20 | 39 |
| Octal | 261 | 264 | 156 | 2 | 0 | 47 | 35 | 77 | 40 | 71 |
| Binary | 10110001 | 10110100 | 1101110 | 10 | 0 | 100111 | 11101 | 111111 | 100000 | 111001 |
Color Harmonies of #B1B46E
Complementary color
Monochromatic Colors of #B1B46E
Black with #B1B46E
Text Example
Text Example
White with #B1B46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B46E; }
p { color: rgb(177,180,110); }
H1.HeaderClassName
{
color: #B1B46E;
}
.AnyTagClassName
{
color: #B1B46E;
}
</style>
background-color css
<style>
a { background-color: #B1B46E; }
a { background-color: rgb(177,180,110); }
div.DivClassName
{
background-color: #B1B46E;
}
.BgClassName
{
background-color: #B1B46E;
}
</style>
border-color css
<style>
span { border-color: #B1B46E; }
span { border-color: rgb(177,180,110); }
td.TdClassName
{
border-color: #B1B46E;
}
.TagClassName
{
border-color: #B1B46E;
}
</style>