Shades of Gimblet #BFB05D
Tints of Gimblet #BFB05D
RGB
CMYK
RGB Variations
Color information
#BFB05D (or 0xBFB05D) is known color: Gimblet. HEX triplet: BF, B0 and 5D. RGB value is (191,176,93). Sum of RGB (Red+Green+Blue) = 191+176+93=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB05D is #404FA2. Grayscale: #ABABAB. Windows color (decimal): -4214691 or 6140095. OLE color: 6140095.
HSL color Cylindrical-coordinate representation of color #BFB05D: hue angle of 50.82º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFB05D is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 93 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.25 |
| HSL | 50.82º | 0.43% | 0.56% | - |
| HSV(B) | 50.82º | 0.51% | 0.75% | - |
| XYZ | 38.99 | 42.92 | 16.58 | - |
| YUV | 171.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 93 | 0 | 0.08 | 0.51 | 0.25 | 50.82 | 0.43 | 0.56 |
| Hex | BF | B0 | 5D | 0 | 8 | 33 | 19 | 33 | 2B | 38 |
| Octal | 277 | 260 | 135 | 0 | 10 | 63 | 31 | 63 | 53 | 70 |
| Binary | 10111111 | 10110000 | 1011101 | 0 | 1000 | 110011 | 11001 | 110011 | 101011 | 111000 |
Color Harmonies of #BFB05D
Complementary color
Monochromatic Colors of #BFB05D
Black with #BFB05D
Text Example
Text Example
White with #BFB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB05D; }
p { color: rgb(191,176,93); }
H1.HeaderClassName
{
color: #BFB05D;
}
.AnyTagClassName
{
color: #BFB05D;
}
</style>
background-color css
<style>
a { background-color: #BFB05D; }
a { background-color: rgb(191,176,93); }
div.DivClassName
{
background-color: #BFB05D;
}
.BgClassName
{
background-color: #BFB05D;
}
</style>
border-color css
<style>
span { border-color: #BFB05D; }
span { border-color: rgb(191,176,93); }
td.TdClassName
{
border-color: #BFB05D;
}
.TagClassName
{
border-color: #BFB05D;
}
</style>