Shades of Dark Khaki #B4B370
Tints of Dark Khaki #B4B370
RGB
CMYK
RGB Variations
Color information
#B4B370 (or 0xB4B370) is known color: Dark Khaki. HEX triplet: B4, B3 and 70. RGB value is (180,179,112). Sum of RGB (Red+Green+Blue) = 180+179+112=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B370 is #4B4C8F. Grayscale: #ABABAB. Windows color (decimal): -4934800 or 7386036. OLE color: 7386036.
HSL color Cylindrical-coordinate representation of color #B4B370: hue angle of 59.12º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4B370 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 112 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.29 |
| HSL | 59.12º | 0.31% | 0.57% | - |
| HSV(B) | 59.12º | 0.38% | 0.71% | - |
| XYZ | 37.87 | 43.11 | 21.66 | - |
| YUV | 171.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 112 | 0 | 0.01 | 0.38 | 0.29 | 59.12 | 0.31 | 0.57 |
| Hex | B4 | B3 | 70 | 0 | 1 | 26 | 1D | 3B | 1F | 39 |
| Octal | 264 | 263 | 160 | 0 | 1 | 46 | 35 | 73 | 37 | 71 |
| Binary | 10110100 | 10110011 | 1110000 | 0 | 1 | 100110 | 11101 | 111011 | 11111 | 111001 |
Color Harmonies of #B4B370
Complementary color
Monochromatic Colors of #B4B370
Black with #B4B370
Text Example
Text Example
White with #B4B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B370; }
p { color: rgb(180,179,112); }
H1.HeaderClassName
{
color: #B4B370;
}
.AnyTagClassName
{
color: #B4B370;
}
</style>
background-color css
<style>
a { background-color: #B4B370; }
a { background-color: rgb(180,179,112); }
div.DivClassName
{
background-color: #B4B370;
}
.BgClassName
{
background-color: #B4B370;
}
</style>
border-color css
<style>
span { border-color: #B4B370; }
span { border-color: rgb(180,179,112); }
td.TdClassName
{
border-color: #B4B370;
}
.TagClassName
{
border-color: #B4B370;
}
</style>