Shades of Dark Khaki #B4B073
Tints of Dark Khaki #B4B073
RGB
CMYK
RGB Variations
Color information
#B4B073 (or 0xB4B073) is known color: Dark Khaki. HEX triplet: B4, B0 and 73. RGB value is (180,176,115). Sum of RGB (Red+Green+Blue) = 180+176+115=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B073 is #4B4F8C. Grayscale: #AAAAAA. Windows color (decimal): -4935565 or 7581876. OLE color: 7581876.
HSL color Cylindrical-coordinate representation of color #B4B073: hue angle of 56.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4B073 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 115 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.29 |
| HSL | 56.31º | 0.3% | 0.58% | - |
| HSV(B) | 56.31º | 0.36% | 0.71% | - |
| XYZ | 37.44 | 41.99 | 22.35 | - |
| YUV | 170.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 115 | 0 | 0.02 | 0.36 | 0.29 | 56.31 | 0.3 | 0.58 |
| Hex | B4 | B0 | 73 | 0 | 2 | 24 | 1D | 38 | 1E | 3A |
| Octal | 264 | 260 | 163 | 0 | 2 | 44 | 35 | 70 | 36 | 72 |
| Binary | 10110100 | 10110000 | 1110011 | 0 | 10 | 100100 | 11101 | 111000 | 11110 | 111010 |
Color Harmonies of #B4B073
Complementary color
Monochromatic Colors of #B4B073
Black with #B4B073
Text Example
Text Example
White with #B4B073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B073; }
p { color: rgb(180,176,115); }
H1.HeaderClassName
{
color: #B4B073;
}
.AnyTagClassName
{
color: #B4B073;
}
</style>
background-color css
<style>
a { background-color: #B4B073; }
a { background-color: rgb(180,176,115); }
div.DivClassName
{
background-color: #B4B073;
}
.BgClassName
{
background-color: #B4B073;
}
</style>
border-color css
<style>
span { border-color: #B4B073; }
span { border-color: rgb(180,176,115); }
td.TdClassName
{
border-color: #B4B073;
}
.TagClassName
{
border-color: #B4B073;
}
</style>