Shades of Dark Khaki #B4B075
Tints of Dark Khaki #B4B075
RGB
CMYK
RGB Variations
Color information
#B4B075 (or 0xB4B075) is known color: Dark Khaki. HEX triplet: B4, B0 and 75. RGB value is (180,176,117). Sum of RGB (Red+Green+Blue) = 180+176+117=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B075 is #4B4F8A. Grayscale: #AAAAAA. Windows color (decimal): -4935563 or 7712948. OLE color: 7712948.
HSL color Cylindrical-coordinate representation of color #B4B075: hue angle of 56.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4B075 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 117 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.29 |
| HSL | 56.19º | 0.3% | 0.58% | - |
| HSV(B) | 56.19º | 0.35% | 0.71% | - |
| XYZ | 37.56 | 42.04 | 22.96 | - |
| YUV | 170.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 117 | 0 | 0.02 | 0.35 | 0.29 | 56.19 | 0.3 | 0.58 |
| Hex | B4 | B0 | 75 | 0 | 2 | 23 | 1D | 38 | 1E | 3A |
| Octal | 264 | 260 | 165 | 0 | 2 | 43 | 35 | 70 | 36 | 72 |
| Binary | 10110100 | 10110000 | 1110101 | 0 | 10 | 100011 | 11101 | 111000 | 11110 | 111010 |
Color Harmonies of #B4B075
Complementary color
Monochromatic Colors of #B4B075
Black with #B4B075
Text Example
Text Example
White with #B4B075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B075; }
p { color: rgb(180,176,117); }
H1.HeaderClassName
{
color: #B4B075;
}
.AnyTagClassName
{
color: #B4B075;
}
</style>
background-color css
<style>
a { background-color: #B4B075; }
a { background-color: rgb(180,176,117); }
div.DivClassName
{
background-color: #B4B075;
}
.BgClassName
{
background-color: #B4B075;
}
</style>
border-color css
<style>
span { border-color: #B4B075; }
span { border-color: rgb(180,176,117); }
td.TdClassName
{
border-color: #B4B075;
}
.TagClassName
{
border-color: #B4B075;
}
</style>