Shades of Dark Khaki #B1B56D
Tints of Dark Khaki #B1B56D
RGB
CMYK
RGB Variations
Color information
#B1B56D (or 0xB1B56D) is known color: Dark Khaki. HEX triplet: B1, B5 and 6D. RGB value is (177,181,109). Sum of RGB (Red+Green+Blue) = 177+181+109=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B56D is #4E4A92. Grayscale: #ABABAB. Windows color (decimal): -5130899 or 7189937. OLE color: 7189937.
HSL color Cylindrical-coordinate representation of color #B1B56D: hue angle of 63.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1B56D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 109 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.29 |
| HSL | 63.33º | 0.33% | 0.57% | - |
| HSV(B) | 63.33º | 0.4% | 0.71% | - |
| XYZ | 37.42 | 43.5 | 20.89 | - |
| YUV | 171.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 109 | 0.02 | 0 | 0.40 | 0.29 | 63.33 | 0.33 | 0.57 |
| Hex | B1 | B5 | 6D | 2 | 0 | 28 | 1D | 3F | 21 | 39 |
| Octal | 261 | 265 | 155 | 2 | 0 | 50 | 35 | 77 | 41 | 71 |
| Binary | 10110001 | 10110101 | 1101101 | 10 | 0 | 101000 | 11101 | 111111 | 100001 | 111001 |
Color Harmonies of #B1B56D
Complementary color
Monochromatic Colors of #B1B56D
Black with #B1B56D
Text Example
Text Example
White with #B1B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B56D; }
p { color: rgb(177,181,109); }
H1.HeaderClassName
{
color: #B1B56D;
}
.AnyTagClassName
{
color: #B1B56D;
}
</style>
background-color css
<style>
a { background-color: #B1B56D; }
a { background-color: rgb(177,181,109); }
div.DivClassName
{
background-color: #B1B56D;
}
.BgClassName
{
background-color: #B1B56D;
}
</style>
border-color css
<style>
span { border-color: #B1B56D; }
span { border-color: rgb(177,181,109); }
td.TdClassName
{
border-color: #B1B56D;
}
.TagClassName
{
border-color: #B1B56D;
}
</style>