Shades of Gimblet #BCA867
Tints of Gimblet #BCA867
RGB
CMYK
RGB Variations
Color information
#BCA867 (or 0xBCA867) is known color: Gimblet. HEX triplet: BC, A8 and 67. RGB value is (188,168,103). Sum of RGB (Red+Green+Blue) = 188+168+103=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA867 is #435798. Grayscale: #A6A6A6. Windows color (decimal): -4413337 or 6793404. OLE color: 6793404.
HSL color Cylindrical-coordinate representation of color #BCA867: hue angle of 45.88º 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 #BCA867 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 103 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.26 |
| HSL | 45.88º | 0.39% | 0.57% | - |
| HSV(B) | 45.88º | 0.45% | 0.74% | - |
| XYZ | 37.19 | 39.68 | 18.53 | - |
| YUV | 166.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 103 | 0 | 0.11 | 0.45 | 0.26 | 45.88 | 0.39 | 0.57 |
| Hex | BC | A8 | 67 | 0 | B | 2D | 1A | 2E | 27 | 39 |
| Octal | 274 | 250 | 147 | 0 | 13 | 55 | 32 | 56 | 47 | 71 |
| Binary | 10111100 | 10101000 | 1100111 | 0 | 1011 | 101101 | 11010 | 101110 | 100111 | 111001 |
Color Harmonies of #BCA867
Complementary color
Monochromatic Colors of #BCA867
Black with #BCA867
Text Example
Text Example
White with #BCA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA867; }
p { color: rgb(188,168,103); }
H1.HeaderClassName
{
color: #BCA867;
}
.AnyTagClassName
{
color: #BCA867;
}
</style>
background-color css
<style>
a { background-color: #BCA867; }
a { background-color: rgb(188,168,103); }
div.DivClassName
{
background-color: #BCA867;
}
.BgClassName
{
background-color: #BCA867;
}
</style>
border-color css
<style>
span { border-color: #BCA867; }
span { border-color: rgb(188,168,103); }
td.TdClassName
{
border-color: #BCA867;
}
.TagClassName
{
border-color: #BCA867;
}
</style>