Shades of Gimblet #BCB165
Tints of Gimblet #BCB165
RGB
CMYK
RGB Variations
Color information
#BCB165 (or 0xBCB165) is known color: Gimblet. HEX triplet: BC, B1 and 65. RGB value is (188,177,101). Sum of RGB (Red+Green+Blue) = 188+177+101=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB165 is #434E9A. Grayscale: #ABABAB. Windows color (decimal): -4411035 or 6664636. OLE color: 6664636.
HSL color Cylindrical-coordinate representation of color #BCB165: hue angle of 52.41º 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 #BCB165 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 101 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.26 |
| HSL | 52.41º | 0.39% | 0.57% | - |
| HSV(B) | 52.41º | 0.46% | 0.74% | - |
| XYZ | 38.81 | 43.08 | 18.58 | - |
| YUV | 171.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 101 | 0 | 0.06 | 0.46 | 0.26 | 52.41 | 0.39 | 0.57 |
| Hex | BC | B1 | 65 | 0 | 6 | 2E | 1A | 34 | 27 | 39 |
| Octal | 274 | 261 | 145 | 0 | 6 | 56 | 32 | 64 | 47 | 71 |
| Binary | 10111100 | 10110001 | 1100101 | 0 | 110 | 101110 | 11010 | 110100 | 100111 | 111001 |
Color Harmonies of #BCB165
Complementary color
Monochromatic Colors of #BCB165
Black with #BCB165
Text Example
Text Example
White with #BCB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB165; }
p { color: rgb(188,177,101); }
H1.HeaderClassName
{
color: #BCB165;
}
.AnyTagClassName
{
color: #BCB165;
}
</style>
background-color css
<style>
a { background-color: #BCB165; }
a { background-color: rgb(188,177,101); }
div.DivClassName
{
background-color: #BCB165;
}
.BgClassName
{
background-color: #BCB165;
}
</style>
border-color css
<style>
span { border-color: #BCB165; }
span { border-color: rgb(188,177,101); }
td.TdClassName
{
border-color: #BCB165;
}
.TagClassName
{
border-color: #BCB165;
}
</style>