Shades of Gimblet #BBB263
Tints of Gimblet #BBB263
RGB
CMYK
RGB Variations
Color information
#BBB263 (or 0xBBB263) is known color: Gimblet. HEX triplet: BB, B2 and 63. RGB value is (187,178,99). Sum of RGB (Red+Green+Blue) = 187+178+99=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB263 is #444D9C. Grayscale: #ACACAC. Windows color (decimal): -4476317 or 6533819. OLE color: 6533819.
HSL color Cylindrical-coordinate representation of color #BBB263: hue angle of 53.86º 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 #BBB263 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 99 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.27 |
| HSL | 53.86º | 0.39% | 0.56% | - |
| HSV(B) | 53.86º | 0.47% | 0.73% | - |
| XYZ | 38.67 | 43.31 | 18.13 | - |
| YUV | 171.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 99 | 0 | 0.05 | 0.47 | 0.27 | 53.86 | 0.39 | 0.56 |
| Hex | BB | B2 | 63 | 0 | 5 | 2F | 1B | 36 | 27 | 38 |
| Octal | 273 | 262 | 143 | 0 | 5 | 57 | 33 | 66 | 47 | 70 |
| Binary | 10111011 | 10110010 | 1100011 | 0 | 101 | 101111 | 11011 | 110110 | 100111 | 111000 |
Color Harmonies of #BBB263
Complementary color
Monochromatic Colors of #BBB263
Black with #BBB263
Text Example
Text Example
White with #BBB263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB263; }
p { color: rgb(187,178,99); }
H1.HeaderClassName
{
color: #BBB263;
}
.AnyTagClassName
{
color: #BBB263;
}
</style>
background-color css
<style>
a { background-color: #BBB263; }
a { background-color: rgb(187,178,99); }
div.DivClassName
{
background-color: #BBB263;
}
.BgClassName
{
background-color: #BBB263;
}
</style>
border-color css
<style>
span { border-color: #BBB263; }
span { border-color: rgb(187,178,99); }
td.TdClassName
{
border-color: #BBB263;
}
.TagClassName
{
border-color: #BBB263;
}
</style>