Shades of Dark Khaki #B7B478
Tints of Dark Khaki #B7B478
RGB
CMYK
RGB Variations
Color information
#B7B478 (or 0xB7B478) is known color: Dark Khaki. HEX triplet: B7, B4 and 78. RGB value is (183,180,120). Sum of RGB (Red+Green+Blue) = 183+180+120=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B478 is #484B87. Grayscale: #AEAEAE. Windows color (decimal): -4737928 or 7910583. OLE color: 7910583.
HSL color Cylindrical-coordinate representation of color #B7B478: hue angle of 57.14º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7B478 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 120 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.28 |
| HSL | 57.14º | 0.3% | 0.59% | - |
| HSV(B) | 57.14º | 0.34% | 0.72% | - |
| XYZ | 39.24 | 44.07 | 24.21 | - |
| YUV | 174.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 120 | 0 | 0.02 | 0.34 | 0.28 | 57.14 | 0.3 | 0.59 |
| Hex | B7 | B4 | 78 | 0 | 2 | 22 | 1C | 39 | 1E | 3B |
| Octal | 267 | 264 | 170 | 0 | 2 | 42 | 34 | 71 | 36 | 73 |
| Binary | 10110111 | 10110100 | 1111000 | 0 | 10 | 100010 | 11100 | 111001 | 11110 | 111011 |
Color Harmonies of #B7B478
Complementary color
Monochromatic Colors of #B7B478
Black with #B7B478
Text Example
Text Example
White with #B7B478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B478; }
p { color: rgb(183,180,120); }
H1.HeaderClassName
{
color: #B7B478;
}
.AnyTagClassName
{
color: #B7B478;
}
</style>
background-color css
<style>
a { background-color: #B7B478; }
a { background-color: rgb(183,180,120); }
div.DivClassName
{
background-color: #B7B478;
}
.BgClassName
{
background-color: #B7B478;
}
</style>
border-color css
<style>
span { border-color: #B7B478; }
span { border-color: rgb(183,180,120); }
td.TdClassName
{
border-color: #B7B478;
}
.TagClassName
{
border-color: #B7B478;
}
</style>