Shades of Dark Khaki #BBB57A
Tints of Dark Khaki #BBB57A
RGB
CMYK
RGB Variations
Color information
#BBB57A (or 0xBBB57A) is known color: Dark Khaki. HEX triplet: BB, B5 and 7A. RGB value is (187,181,122). Sum of RGB (Red+Green+Blue) = 187+181+122=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB57A is #444A85. Grayscale: #B0B0B0. Windows color (decimal): -4475526 or 8041915. OLE color: 8041915.
HSL color Cylindrical-coordinate representation of color #BBB57A: hue angle of 54.46º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBB57A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 122 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.27 |
| HSL | 54.46º | 0.32% | 0.61% | - |
| HSV(B) | 54.46º | 0.35% | 0.73% | - |
| XYZ | 40.53 | 45.02 | 24.97 | - |
| YUV | 176.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 122 | 0 | 0.03 | 0.35 | 0.27 | 54.46 | 0.32 | 0.61 |
| Hex | BB | B5 | 7A | 0 | 3 | 23 | 1B | 36 | 20 | 3D |
| Octal | 273 | 265 | 172 | 0 | 3 | 43 | 33 | 66 | 40 | 75 |
| Binary | 10111011 | 10110101 | 1111010 | 0 | 11 | 100011 | 11011 | 110110 | 100000 | 111101 |
Color Harmonies of #BBB57A
Complementary color
Monochromatic Colors of #BBB57A
Black with #BBB57A
Text Example
Text Example
White with #BBB57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB57A; }
p { color: rgb(187,181,122); }
H1.HeaderClassName
{
color: #BBB57A;
}
.AnyTagClassName
{
color: #BBB57A;
}
</style>
background-color css
<style>
a { background-color: #BBB57A; }
a { background-color: rgb(187,181,122); }
div.DivClassName
{
background-color: #BBB57A;
}
.BgClassName
{
background-color: #BBB57A;
}
</style>
border-color css
<style>
span { border-color: #BBB57A; }
span { border-color: rgb(187,181,122); }
td.TdClassName
{
border-color: #BBB57A;
}
.TagClassName
{
border-color: #BBB57A;
}
</style>