Shades of Dark Khaki #B5B46C
Tints of Dark Khaki #B5B46C
RGB
CMYK
RGB Variations
Color information
#B5B46C (or 0xB5B46C) is known color: Dark Khaki. HEX triplet: B5, B4 and 6C. RGB value is (181,180,108). Sum of RGB (Red+Green+Blue) = 181+180+108=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B46C is #4A4B93. Grayscale: #ACACAC. Windows color (decimal): -4869012 or 7124149. OLE color: 7124149.
HSL color Cylindrical-coordinate representation of color #B5B46C: hue angle of 59.18º 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 #B5B46C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 108 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.29 |
| HSL | 59.18º | 0.33% | 0.57% | - |
| HSV(B) | 59.18º | 0.4% | 0.71% | - |
| XYZ | 38.08 | 43.55 | 20.59 | - |
| YUV | 172.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 108 | 0 | 0.01 | 0.40 | 0.29 | 59.18 | 0.33 | 0.57 |
| Hex | B5 | B4 | 6C | 0 | 1 | 28 | 1D | 3B | 21 | 39 |
| Octal | 265 | 264 | 154 | 0 | 1 | 50 | 35 | 73 | 41 | 71 |
| Binary | 10110101 | 10110100 | 1101100 | 0 | 1 | 101000 | 11101 | 111011 | 100001 | 111001 |
Color Harmonies of #B5B46C
Complementary color
Monochromatic Colors of #B5B46C
Black with #B5B46C
Text Example
Text Example
White with #B5B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B46C; }
p { color: rgb(181,180,108); }
H1.HeaderClassName
{
color: #B5B46C;
}
.AnyTagClassName
{
color: #B5B46C;
}
</style>
background-color css
<style>
a { background-color: #B5B46C; }
a { background-color: rgb(181,180,108); }
div.DivClassName
{
background-color: #B5B46C;
}
.BgClassName
{
background-color: #B5B46C;
}
</style>
border-color css
<style>
span { border-color: #B5B46C; }
span { border-color: rgb(181,180,108); }
td.TdClassName
{
border-color: #B5B46C;
}
.TagClassName
{
border-color: #B5B46C;
}
</style>