Shades of Dark Khaki #B8B172
Tints of Dark Khaki #B8B172
RGB
CMYK
RGB Variations
Color information
#B8B172 (or 0xB8B172) is known color: Dark Khaki. HEX triplet: B8, B1 and 72. RGB value is (184,177,114). Sum of RGB (Red+Green+Blue) = 184+177+114=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B172 is #474E8D. Grayscale: #ACACAC. Windows color (decimal): -4673166 or 7516600. OLE color: 7516600.
HSL color Cylindrical-coordinate representation of color #B8B172: hue angle of 54º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8B172 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 114 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.28 |
| HSL | 54º | 0.33% | 0.58% | - |
| HSV(B) | 54º | 0.38% | 0.72% | - |
| XYZ | 38.53 | 42.85 | 22.16 | - |
| YUV | 171.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 114 | 0 | 0.04 | 0.38 | 0.28 | 54 | 0.33 | 0.58 |
| Hex | B8 | B1 | 72 | 0 | 4 | 26 | 1C | 36 | 21 | 3A |
| Octal | 270 | 261 | 162 | 0 | 4 | 46 | 34 | 66 | 41 | 72 |
| Binary | 10111000 | 10110001 | 1110010 | 0 | 100 | 100110 | 11100 | 110110 | 100001 | 111010 |
Color Harmonies of #B8B172
Complementary color
Monochromatic Colors of #B8B172
Black with #B8B172
Text Example
Text Example
White with #B8B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B172; }
p { color: rgb(184,177,114); }
H1.HeaderClassName
{
color: #B8B172;
}
.AnyTagClassName
{
color: #B8B172;
}
</style>
background-color css
<style>
a { background-color: #B8B172; }
a { background-color: rgb(184,177,114); }
div.DivClassName
{
background-color: #B8B172;
}
.BgClassName
{
background-color: #B8B172;
}
</style>
border-color css
<style>
span { border-color: #B8B172; }
span { border-color: rgb(184,177,114); }
td.TdClassName
{
border-color: #B8B172;
}
.TagClassName
{
border-color: #B8B172;
}
</style>