Shades of Gimblet #BCB064
Tints of Gimblet #BCB064
RGB
CMYK
RGB Variations
Color information
#BCB064 (or 0xBCB064) is known color: Gimblet. HEX triplet: BC, B0 and 64. RGB value is (188,176,100). Sum of RGB (Red+Green+Blue) = 188+176+100=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB064 is #434F9B. Grayscale: #ABABAB. Windows color (decimal): -4411292 or 6598844. OLE color: 6598844.
HSL color Cylindrical-coordinate representation of color #BCB064: hue angle of 51.82º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCB064 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 100 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.26 |
| HSL | 51.82º | 0.4% | 0.56% | - |
| HSV(B) | 51.82º | 0.47% | 0.74% | - |
| XYZ | 38.56 | 42.66 | 18.26 | - |
| YUV | 170.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 100 | 0 | 0.06 | 0.47 | 0.26 | 51.82 | 0.4 | 0.56 |
| Hex | BC | B0 | 64 | 0 | 6 | 2F | 1A | 34 | 28 | 38 |
| Octal | 274 | 260 | 144 | 0 | 6 | 57 | 32 | 64 | 50 | 70 |
| Binary | 10111100 | 10110000 | 1100100 | 0 | 110 | 101111 | 11010 | 110100 | 101000 | 111000 |
Color Harmonies of #BCB064
Complementary color
Monochromatic Colors of #BCB064
Black with #BCB064
Text Example
Text Example
White with #BCB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB064; }
p { color: rgb(188,176,100); }
H1.HeaderClassName
{
color: #BCB064;
}
.AnyTagClassName
{
color: #BCB064;
}
</style>
background-color css
<style>
a { background-color: #BCB064; }
a { background-color: rgb(188,176,100); }
div.DivClassName
{
background-color: #BCB064;
}
.BgClassName
{
background-color: #BCB064;
}
</style>
border-color css
<style>
span { border-color: #BCB064; }
span { border-color: rgb(188,176,100); }
td.TdClassName
{
border-color: #BCB064;
}
.TagClassName
{
border-color: #BCB064;
}
</style>