Shades of Dark Khaki #B7BD68
Tints of Dark Khaki #B7BD68
RGB
CMYK
RGB Variations
Color information
#B7BD68 (or 0xB7BD68) is known color: Dark Khaki. HEX triplet: B7, BD and 68. RGB value is (183,189,104). Sum of RGB (Red+Green+Blue) = 183+189+104=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BD68 is #484297. Grayscale: #B1B1B1. Windows color (decimal): -4735640 or 6864311. OLE color: 6864311.
HSL color Cylindrical-coordinate representation of color #B7BD68: hue angle of 64.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7BD68 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 104 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.26 |
| HSL | 64.24º | 0.39% | 0.57% | - |
| HSV(B) | 64.24º | 0.45% | 0.74% | - |
| XYZ | 40.22 | 47.46 | 20.14 | - |
| YUV | 177.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 104 | 0.03 | 0 | 0.45 | 0.26 | 64.24 | 0.39 | 0.57 |
| Hex | B7 | BD | 68 | 3 | 0 | 2D | 1A | 40 | 27 | 39 |
| Octal | 267 | 275 | 150 | 3 | 0 | 55 | 32 | 100 | 47 | 71 |
| Binary | 10110111 | 10111101 | 1101000 | 11 | 0 | 101101 | 11010 | 1000000 | 100111 | 111001 |
Color Harmonies of #B7BD68
Complementary color
Monochromatic Colors of #B7BD68
Black with #B7BD68
Text Example
Text Example
White with #B7BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD68; }
p { color: rgb(183,189,104); }
H1.HeaderClassName
{
color: #B7BD68;
}
.AnyTagClassName
{
color: #B7BD68;
}
</style>
background-color css
<style>
a { background-color: #B7BD68; }
a { background-color: rgb(183,189,104); }
div.DivClassName
{
background-color: #B7BD68;
}
.BgClassName
{
background-color: #B7BD68;
}
</style>
border-color css
<style>
span { border-color: #B7BD68; }
span { border-color: rgb(183,189,104); }
td.TdClassName
{
border-color: #B7BD68;
}
.TagClassName
{
border-color: #B7BD68;
}
</style>