Shades of Gimblet #BCB25D
Tints of Gimblet #BCB25D
RGB
CMYK
RGB Variations
Color information
#BCB25D (or 0xBCB25D) is known color: Gimblet. HEX triplet: BC, B2 and 5D. RGB value is (188,178,93). Sum of RGB (Red+Green+Blue) = 188+178+93=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB25D is #434DA2. Grayscale: #ABABAB. Windows color (decimal): -4410787 or 6140604. OLE color: 6140604.
HSL color Cylindrical-coordinate representation of color #BCB25D: hue angle of 53.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCB25D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 93 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.26 |
| HSL | 53.68º | 0.41% | 0.55% | - |
| HSV(B) | 53.68º | 0.51% | 0.74% | - |
| XYZ | 38.64 | 43.32 | 16.68 | - |
| YUV | 171.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 93 | 0 | 0.05 | 0.51 | 0.26 | 53.68 | 0.41 | 0.55 |
| Hex | BC | B2 | 5D | 0 | 5 | 33 | 1A | 36 | 29 | 37 |
| Octal | 274 | 262 | 135 | 0 | 5 | 63 | 32 | 66 | 51 | 67 |
| Binary | 10111100 | 10110010 | 1011101 | 0 | 101 | 110011 | 11010 | 110110 | 101001 | 110111 |
Color Harmonies of #BCB25D
Complementary color
Monochromatic Colors of #BCB25D
Black with #BCB25D
Text Example
Text Example
White with #BCB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB25D; }
p { color: rgb(188,178,93); }
H1.HeaderClassName
{
color: #BCB25D;
}
.AnyTagClassName
{
color: #BCB25D;
}
</style>
background-color css
<style>
a { background-color: #BCB25D; }
a { background-color: rgb(188,178,93); }
div.DivClassName
{
background-color: #BCB25D;
}
.BgClassName
{
background-color: #BCB25D;
}
</style>
border-color css
<style>
span { border-color: #BCB25D; }
span { border-color: rgb(188,178,93); }
td.TdClassName
{
border-color: #BCB25D;
}
.TagClassName
{
border-color: #BCB25D;
}
</style>