Shades of Dark Khaki #BBB46C
Tints of Dark Khaki #BBB46C
RGB
CMYK
RGB Variations
Color information
#BBB46C (or 0xBBB46C) is known color: Dark Khaki. HEX triplet: BB, B4 and 6C. RGB value is (187,180,108). Sum of RGB (Red+Green+Blue) = 187+180+108=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB46C is #444B93. Grayscale: #AEAEAE. Windows color (decimal): -4475796 or 7124155. OLE color: 7124155.
HSL color Cylindrical-coordinate representation of color #BBB46C: hue angle of 54.68º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBB46C is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 108 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.27 |
| HSL | 54.68º | 0.37% | 0.58% | - |
| HSV(B) | 54.68º | 0.42% | 0.73% | - |
| XYZ | 39.52 | 44.29 | 20.65 | - |
| YUV | 173.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 108 | 0 | 0.04 | 0.42 | 0.27 | 54.68 | 0.37 | 0.58 |
| Hex | BB | B4 | 6C | 0 | 4 | 2A | 1B | 37 | 25 | 3A |
| Octal | 273 | 264 | 154 | 0 | 4 | 52 | 33 | 67 | 45 | 72 |
| Binary | 10111011 | 10110100 | 1101100 | 0 | 100 | 101010 | 11011 | 110111 | 100101 | 111010 |
Color Harmonies of #BBB46C
Complementary color
Monochromatic Colors of #BBB46C
Black with #BBB46C
Text Example
Text Example
White with #BBB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB46C; }
p { color: rgb(187,180,108); }
H1.HeaderClassName
{
color: #BBB46C;
}
.AnyTagClassName
{
color: #BBB46C;
}
</style>
background-color css
<style>
a { background-color: #BBB46C; }
a { background-color: rgb(187,180,108); }
div.DivClassName
{
background-color: #BBB46C;
}
.BgClassName
{
background-color: #BBB46C;
}
</style>
border-color css
<style>
span { border-color: #BBB46C; }
span { border-color: rgb(187,180,108); }
td.TdClassName
{
border-color: #BBB46C;
}
.TagClassName
{
border-color: #BBB46C;
}
</style>