Shades of Gimblet #BCA768
Tints of Gimblet #BCA768
RGB
CMYK
RGB Variations
Color information
#BCA768 (or 0xBCA768) is known color: Gimblet. HEX triplet: BC, A7 and 68. RGB value is (188,167,104). Sum of RGB (Red+Green+Blue) = 188+167+104=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA768 is #435897. Grayscale: #A6A6A6. Windows color (decimal): -4413592 or 6858684. OLE color: 6858684.
HSL color Cylindrical-coordinate representation of color #BCA768: hue angle of 45º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCA768 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 104 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.26 |
| HSL | 45º | 0.39% | 0.57% | - |
| HSV(B) | 45º | 0.45% | 0.74% | - |
| XYZ | 37.06 | 39.33 | 18.73 | - |
| YUV | 166.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 104 | 0 | 0.11 | 0.45 | 0.26 | 45 | 0.39 | 0.57 |
| Hex | BC | A7 | 68 | 0 | B | 2D | 1A | 2D | 27 | 39 |
| Octal | 274 | 247 | 150 | 0 | 13 | 55 | 32 | 55 | 47 | 71 |
| Binary | 10111100 | 10100111 | 1101000 | 0 | 1011 | 101101 | 11010 | 101101 | 100111 | 111001 |
Color Harmonies of #BCA768
Complementary color
Monochromatic Colors of #BCA768
Black with #BCA768
Text Example
Text Example
White with #BCA768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA768; }
p { color: rgb(188,167,104); }
H1.HeaderClassName
{
color: #BCA768;
}
.AnyTagClassName
{
color: #BCA768;
}
</style>
background-color css
<style>
a { background-color: #BCA768; }
a { background-color: rgb(188,167,104); }
div.DivClassName
{
background-color: #BCA768;
}
.BgClassName
{
background-color: #BCA768;
}
</style>
border-color css
<style>
span { border-color: #BCA768; }
span { border-color: rgb(188,167,104); }
td.TdClassName
{
border-color: #BCA768;
}
.TagClassName
{
border-color: #BCA768;
}
</style>