Shades of Gimblet #BCB266
Tints of Gimblet #BCB266
RGB
CMYK
RGB Variations
Color information
#BCB266 (or 0xBCB266) is known color: Gimblet. HEX triplet: BC, B2 and 66. RGB value is (188,178,102). Sum of RGB (Red+Green+Blue) = 188+178+102=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB266 is #434D99. Grayscale: #ACACAC. Windows color (decimal): -4410778 or 6730428. OLE color: 6730428.
HSL color Cylindrical-coordinate representation of color #BCB266: hue angle of 53.02º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCB266 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 102 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.26 |
| HSL | 53.02º | 0.39% | 0.57% | - |
| HSV(B) | 53.02º | 0.46% | 0.74% | - |
| XYZ | 39.06 | 43.49 | 18.91 | - |
| YUV | 172.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 102 | 0 | 0.05 | 0.46 | 0.26 | 53.02 | 0.39 | 0.57 |
| Hex | BC | B2 | 66 | 0 | 5 | 2E | 1A | 35 | 27 | 39 |
| Octal | 274 | 262 | 146 | 0 | 5 | 56 | 32 | 65 | 47 | 71 |
| Binary | 10111100 | 10110010 | 1100110 | 0 | 101 | 101110 | 11010 | 110101 | 100111 | 111001 |
Color Harmonies of #BCB266
Complementary color
Monochromatic Colors of #BCB266
Black with #BCB266
Text Example
Text Example
White with #BCB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB266; }
p { color: rgb(188,178,102); }
H1.HeaderClassName
{
color: #BCB266;
}
.AnyTagClassName
{
color: #BCB266;
}
</style>
background-color css
<style>
a { background-color: #BCB266; }
a { background-color: rgb(188,178,102); }
div.DivClassName
{
background-color: #BCB266;
}
.BgClassName
{
background-color: #BCB266;
}
</style>
border-color css
<style>
span { border-color: #BCB266; }
span { border-color: rgb(188,178,102); }
td.TdClassName
{
border-color: #BCB266;
}
.TagClassName
{
border-color: #BCB266;
}
</style>