Shades of Dark Khaki #B7B46C
Tints of Dark Khaki #B7B46C
RGB
CMYK
RGB Variations
Color information
#B7B46C (or 0xB7B46C) is known color: Dark Khaki. HEX triplet: B7, B4 and 6C. RGB value is (183,180,108). Sum of RGB (Red+Green+Blue) = 183+180+108=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B46C is #484B93. Grayscale: #ACACAC. Windows color (decimal): -4737940 or 7124151. OLE color: 7124151.
HSL color Cylindrical-coordinate representation of color #B7B46C: hue angle of 57.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7B46C is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 108 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.28 |
| HSL | 57.6º | 0.34% | 0.57% | - |
| HSV(B) | 57.6º | 0.41% | 0.72% | - |
| XYZ | 38.56 | 43.79 | 20.61 | - |
| YUV | 172.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 108 | 0 | 0.02 | 0.41 | 0.28 | 57.6 | 0.34 | 0.57 |
| Hex | B7 | B4 | 6C | 0 | 2 | 29 | 1C | 3A | 22 | 39 |
| Octal | 267 | 264 | 154 | 0 | 2 | 51 | 34 | 72 | 42 | 71 |
| Binary | 10110111 | 10110100 | 1101100 | 0 | 10 | 101001 | 11100 | 111010 | 100010 | 111001 |
Color Harmonies of #B7B46C
Complementary color
Monochromatic Colors of #B7B46C
Black with #B7B46C
Text Example
Text Example
White with #B7B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B46C; }
p { color: rgb(183,180,108); }
H1.HeaderClassName
{
color: #B7B46C;
}
.AnyTagClassName
{
color: #B7B46C;
}
</style>
background-color css
<style>
a { background-color: #B7B46C; }
a { background-color: rgb(183,180,108); }
div.DivClassName
{
background-color: #B7B46C;
}
.BgClassName
{
background-color: #B7B46C;
}
</style>
border-color css
<style>
span { border-color: #B7B46C; }
span { border-color: rgb(183,180,108); }
td.TdClassName
{
border-color: #B7B46C;
}
.TagClassName
{
border-color: #B7B46C;
}
</style>