Shades of Gimblet #BBA763
Tints of Gimblet #BBA763
RGB
CMYK
RGB Variations
Color information
#BBA763 (or 0xBBA763) is known color: Gimblet. HEX triplet: BB, A7 and 63. RGB value is (187,167,99). Sum of RGB (Red+Green+Blue) = 187+167+99=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA763 is #44589C. Grayscale: #A5A5A5. Windows color (decimal): -4479133 or 6531003. OLE color: 6531003.
HSL color Cylindrical-coordinate representation of color #BBA763: hue angle of 46.36º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBA763 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 99 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.27 |
| HSL | 46.36º | 0.39% | 0.56% | - |
| HSV(B) | 46.36º | 0.47% | 0.73% | - |
| XYZ | 36.56 | 39.1 | 17.42 | - |
| YUV | 165.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 99 | 0 | 0.11 | 0.47 | 0.27 | 46.36 | 0.39 | 0.56 |
| Hex | BB | A7 | 63 | 0 | B | 2F | 1B | 2E | 27 | 38 |
| Octal | 273 | 247 | 143 | 0 | 13 | 57 | 33 | 56 | 47 | 70 |
| Binary | 10111011 | 10100111 | 1100011 | 0 | 1011 | 101111 | 11011 | 101110 | 100111 | 111000 |
Color Harmonies of #BBA763
Complementary color
Monochromatic Colors of #BBA763
Black with #BBA763
Text Example
Text Example
White with #BBA763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA763; }
p { color: rgb(187,167,99); }
H1.HeaderClassName
{
color: #BBA763;
}
.AnyTagClassName
{
color: #BBA763;
}
</style>
background-color css
<style>
a { background-color: #BBA763; }
a { background-color: rgb(187,167,99); }
div.DivClassName
{
background-color: #BBA763;
}
.BgClassName
{
background-color: #BBA763;
}
</style>
border-color css
<style>
span { border-color: #BBA763; }
span { border-color: rgb(187,167,99); }
td.TdClassName
{
border-color: #BBA763;
}
.TagClassName
{
border-color: #BBA763;
}
</style>