Shades of Dark Khaki #B5B06C
Tints of Dark Khaki #B5B06C
RGB
CMYK
RGB Variations
Color information
#B5B06C (or 0xB5B06C) is known color: Dark Khaki. HEX triplet: B5, B0 and 6C. RGB value is (181,176,108). Sum of RGB (Red+Green+Blue) = 181+176+108=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B06C is #4A4F93. Grayscale: #AAAAAA. Windows color (decimal): -4870036 or 7123125. OLE color: 7123125.
HSL color Cylindrical-coordinate representation of color #B5B06C: hue angle of 55.89º 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 #B5B06C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 108 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.29 |
| HSL | 55.89º | 0.33% | 0.57% | - |
| HSV(B) | 55.89º | 0.4% | 0.71% | - |
| XYZ | 37.29 | 41.96 | 20.32 | - |
| YUV | 169.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 108 | 0 | 0.03 | 0.40 | 0.29 | 55.89 | 0.33 | 0.57 |
| Hex | B5 | B0 | 6C | 0 | 3 | 28 | 1D | 38 | 21 | 39 |
| Octal | 265 | 260 | 154 | 0 | 3 | 50 | 35 | 70 | 41 | 71 |
| Binary | 10110101 | 10110000 | 1101100 | 0 | 11 | 101000 | 11101 | 111000 | 100001 | 111001 |
Color Harmonies of #B5B06C
Complementary color
Monochromatic Colors of #B5B06C
Black with #B5B06C
Text Example
Text Example
White with #B5B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B06C; }
p { color: rgb(181,176,108); }
H1.HeaderClassName
{
color: #B5B06C;
}
.AnyTagClassName
{
color: #B5B06C;
}
</style>
background-color css
<style>
a { background-color: #B5B06C; }
a { background-color: rgb(181,176,108); }
div.DivClassName
{
background-color: #B5B06C;
}
.BgClassName
{
background-color: #B5B06C;
}
</style>
border-color css
<style>
span { border-color: #B5B06C; }
span { border-color: rgb(181,176,108); }
td.TdClassName
{
border-color: #B5B06C;
}
.TagClassName
{
border-color: #B5B06C;
}
</style>