Shades of Dark Khaki #B7B268
Tints of Dark Khaki #B7B268
RGB
CMYK
RGB Variations
Color information
#B7B268 (or 0xB7B268) is known color: Dark Khaki. HEX triplet: B7, B2 and 68. RGB value is (183,178,104). Sum of RGB (Red+Green+Blue) = 183+178+104=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B268 is #484D97. Grayscale: #ABABAB. Windows color (decimal): -4738456 or 6861495. OLE color: 6861495.
HSL color Cylindrical-coordinate representation of color #B7B268: hue angle of 56.2º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7B268 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 104 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.28 |
| HSL | 56.2º | 0.35% | 0.56% | - |
| HSV(B) | 56.2º | 0.43% | 0.72% | - |
| XYZ | 37.95 | 42.91 | 19.38 | - |
| YUV | 171.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 104 | 0 | 0.03 | 0.43 | 0.28 | 56.2 | 0.35 | 0.56 |
| Hex | B7 | B2 | 68 | 0 | 3 | 2B | 1C | 38 | 23 | 38 |
| Octal | 267 | 262 | 150 | 0 | 3 | 53 | 34 | 70 | 43 | 70 |
| Binary | 10110111 | 10110010 | 1101000 | 0 | 11 | 101011 | 11100 | 111000 | 100011 | 111000 |
Color Harmonies of #B7B268
Complementary color
Monochromatic Colors of #B7B268
Black with #B7B268
Text Example
Text Example
White with #B7B268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B268; }
p { color: rgb(183,178,104); }
H1.HeaderClassName
{
color: #B7B268;
}
.AnyTagClassName
{
color: #B7B268;
}
</style>
background-color css
<style>
a { background-color: #B7B268; }
a { background-color: rgb(183,178,104); }
div.DivClassName
{
background-color: #B7B268;
}
.BgClassName
{
background-color: #B7B268;
}
</style>
border-color css
<style>
span { border-color: #B7B268; }
span { border-color: rgb(183,178,104); }
td.TdClassName
{
border-color: #B7B268;
}
.TagClassName
{
border-color: #B7B268;
}
</style>