Shades of Dark Khaki #BBB172
Tints of Dark Khaki #BBB172
RGB
CMYK
RGB Variations
Color information
#BBB172 (or 0xBBB172) is known color: Dark Khaki. HEX triplet: BB, B1 and 72. RGB value is (187,177,114). Sum of RGB (Red+Green+Blue) = 187+177+114=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB172 is #444E8D. Grayscale: #ADADAD. Windows color (decimal): -4476558 or 7516603. OLE color: 7516603.
HSL color Cylindrical-coordinate representation of color #BBB172: hue angle of 51.78º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBB172 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 114 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.27 |
| HSL | 51.78º | 0.35% | 0.59% | - |
| HSV(B) | 51.78º | 0.39% | 0.73% | - |
| XYZ | 39.25 | 43.22 | 22.19 | - |
| YUV | 172.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 114 | 0 | 0.05 | 0.39 | 0.27 | 51.78 | 0.35 | 0.59 |
| Hex | BB | B1 | 72 | 0 | 5 | 27 | 1B | 34 | 23 | 3B |
| Octal | 273 | 261 | 162 | 0 | 5 | 47 | 33 | 64 | 43 | 73 |
| Binary | 10111011 | 10110001 | 1110010 | 0 | 101 | 100111 | 11011 | 110100 | 100011 | 111011 |
Color Harmonies of #BBB172
Complementary color
Monochromatic Colors of #BBB172
Black with #BBB172
Text Example
Text Example
White with #BBB172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB172; }
p { color: rgb(187,177,114); }
H1.HeaderClassName
{
color: #BBB172;
}
.AnyTagClassName
{
color: #BBB172;
}
</style>
background-color css
<style>
a { background-color: #BBB172; }
a { background-color: rgb(187,177,114); }
div.DivClassName
{
background-color: #BBB172;
}
.BgClassName
{
background-color: #BBB172;
}
</style>
border-color css
<style>
span { border-color: #BBB172; }
span { border-color: rgb(187,177,114); }
td.TdClassName
{
border-color: #BBB172;
}
.TagClassName
{
border-color: #BBB172;
}
</style>