Shades of Dark Khaki #B5B06F
Tints of Dark Khaki #B5B06F
RGB
CMYK
RGB Variations
Color information
#B5B06F (or 0xB5B06F) is known color: Dark Khaki. HEX triplet: B5, B0 and 6F. RGB value is (181,176,111). Sum of RGB (Red+Green+Blue) = 181+176+111=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B06F is #4A4F90. Grayscale: #AAAAAA. Windows color (decimal): -4870033 or 7319733. OLE color: 7319733.
HSL color Cylindrical-coordinate representation of color #B5B06F: hue angle of 55.71º 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 #B5B06F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 111 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.29 |
| HSL | 55.71º | 0.32% | 0.57% | - |
| HSV(B) | 55.71º | 0.39% | 0.71% | - |
| XYZ | 37.45 | 42.02 | 21.18 | - |
| YUV | 170.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 111 | 0 | 0.03 | 0.39 | 0.29 | 55.71 | 0.32 | 0.57 |
| Hex | B5 | B0 | 6F | 0 | 3 | 27 | 1D | 38 | 20 | 39 |
| Octal | 265 | 260 | 157 | 0 | 3 | 47 | 35 | 70 | 40 | 71 |
| Binary | 10110101 | 10110000 | 1101111 | 0 | 11 | 100111 | 11101 | 111000 | 100000 | 111001 |
Color Harmonies of #B5B06F
Complementary color
Monochromatic Colors of #B5B06F
Black with #B5B06F
Text Example
Text Example
White with #B5B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B06F; }
p { color: rgb(181,176,111); }
H1.HeaderClassName
{
color: #B5B06F;
}
.AnyTagClassName
{
color: #B5B06F;
}
</style>
background-color css
<style>
a { background-color: #B5B06F; }
a { background-color: rgb(181,176,111); }
div.DivClassName
{
background-color: #B5B06F;
}
.BgClassName
{
background-color: #B5B06F;
}
</style>
border-color css
<style>
span { border-color: #B5B06F; }
span { border-color: rgb(181,176,111); }
td.TdClassName
{
border-color: #B5B06F;
}
.TagClassName
{
border-color: #B5B06F;
}
</style>