Shades of Dark Khaki #BBB378
Tints of Dark Khaki #BBB378
RGB
CMYK
RGB Variations
Color information
#BBB378 (or 0xBBB378) is known color: Dark Khaki. HEX triplet: BB, B3 and 78. RGB value is (187,179,120). Sum of RGB (Red+Green+Blue) = 187+179+120=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB378 is #444C87. Grayscale: #AEAEAE. Windows color (decimal): -4476040 or 7910331. OLE color: 7910331.
HSL color Cylindrical-coordinate representation of color #BBB378: hue angle of 52.84º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBB378 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 120 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.27 |
| HSL | 52.84º | 0.33% | 0.6% | - |
| HSV(B) | 52.84º | 0.36% | 0.73% | - |
| XYZ | 40 | 44.16 | 24.18 | - |
| YUV | 174.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 120 | 0 | 0.04 | 0.36 | 0.27 | 52.84 | 0.33 | 0.6 |
| Hex | BB | B3 | 78 | 0 | 4 | 24 | 1B | 35 | 21 | 3C |
| Octal | 273 | 263 | 170 | 0 | 4 | 44 | 33 | 65 | 41 | 74 |
| Binary | 10111011 | 10110011 | 1111000 | 0 | 100 | 100100 | 11011 | 110101 | 100001 | 111100 |
Color Harmonies of #BBB378
Complementary color
Monochromatic Colors of #BBB378
Black with #BBB378
Text Example
Text Example
White with #BBB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB378; }
p { color: rgb(187,179,120); }
H1.HeaderClassName
{
color: #BBB378;
}
.AnyTagClassName
{
color: #BBB378;
}
</style>
background-color css
<style>
a { background-color: #BBB378; }
a { background-color: rgb(187,179,120); }
div.DivClassName
{
background-color: #BBB378;
}
.BgClassName
{
background-color: #BBB378;
}
</style>
border-color css
<style>
span { border-color: #BBB378; }
span { border-color: rgb(187,179,120); }
td.TdClassName
{
border-color: #BBB378;
}
.TagClassName
{
border-color: #BBB378;
}
</style>