Shades of Dark Khaki #B7B967
Tints of Dark Khaki #B7B967
RGB
CMYK
RGB Variations
Color information
#B7B967 (or 0xB7B967) is known color: Dark Khaki. HEX triplet: B7, B9 and 67. RGB value is (183,185,103). Sum of RGB (Red+Green+Blue) = 183+185+103=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B967 is #484698. Grayscale: #AFAFAF. Windows color (decimal): -4736665 or 6797751. OLE color: 6797751.
HSL color Cylindrical-coordinate representation of color #B7B967: hue angle of 61.46º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7B967 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 185 | 103 | - |
CMYK | 0.01 | 0 | 0.44 | 0.27 |
HSL | 61.46º | 0.37% | 0.56% | - |
HSV(B) | 61.46º | 0.44% | 0.73% | - |
XYZ | 39.33 | 45.74 | 19.59 | - |
YUV | 175.05 | 87.34 | 133.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 185 | 103 | 0.01 | 0 | 0.44 | 0.27 | 61.46 | 0.37 | 0.56 |
Hex | B7 | B9 | 67 | 1 | 0 | 2C | 1B | 3D | 25 | 38 |
Octal | 267 | 271 | 147 | 1 | 0 | 54 | 33 | 75 | 45 | 70 |
Binary | 10110111 | 10111001 | 1100111 | 1 | 0 | 101100 | 11011 | 111101 | 100101 | 111000 |
Color Harmonies of #B7B967
Complementary color
Monochromatic Colors of #B7B967
Black with #B7B967
Text Example
Text Example
White with #B7B967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B967; }
p { color: rgb(183,185,103); }
H1.HeaderClassName
{
color: #B7B967;
}
.AnyTagClassName
{
color: #B7B967;
}
</style>
background-color css
<style>
a { background-color: #B7B967; }
a { background-color: rgb(183,185,103); }
div.DivClassName
{
background-color: #B7B967;
}
.BgClassName
{
background-color: #B7B967;
}
</style>
border-color css
<style>
span { border-color: #B7B967; }
span { border-color: rgb(183,185,103); }
td.TdClassName
{
border-color: #B7B967;
}
.TagClassName
{
border-color: #B7B967;
}
</style>