Shades of Gimblet #B8A568
Tints of Gimblet #B8A568
RGB
CMYK
RGB Variations
Color information
#B8A568 (or 0xB8A568) is known color: Gimblet. HEX triplet: B8, A5 and 68. RGB value is (184,165,104). Sum of RGB (Red+Green+Blue) = 184+165+104=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A568 is #475A97. Grayscale: #A3A3A3. Windows color (decimal): -4676248 or 6858168. OLE color: 6858168.
HSL color Cylindrical-coordinate representation of color #B8A568: hue angle of 45.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8A568 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 165 | 104 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.28 |
| HSL | 45.75º | 0.36% | 0.56% | - |
| HSV(B) | 45.75º | 0.43% | 0.72% | - |
| XYZ | 35.72 | 38.1 | 18.57 | - |
| YUV | 163.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 165 | 104 | 0 | 0.10 | 0.43 | 0.28 | 45.75 | 0.36 | 0.56 |
| Hex | B8 | A5 | 68 | 0 | A | 2B | 1C | 2E | 24 | 38 |
| Octal | 270 | 245 | 150 | 0 | 12 | 53 | 34 | 56 | 44 | 70 |
| Binary | 10111000 | 10100101 | 1101000 | 0 | 1010 | 101011 | 11100 | 101110 | 100100 | 111000 |
Color Harmonies of #B8A568
Complementary color
Monochromatic Colors of #B8A568
Black with #B8A568
Text Example
Text Example
White with #B8A568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A568; }
p { color: rgb(184,165,104); }
H1.HeaderClassName
{
color: #B8A568;
}
.AnyTagClassName
{
color: #B8A568;
}
</style>
background-color css
<style>
a { background-color: #B8A568; }
a { background-color: rgb(184,165,104); }
div.DivClassName
{
background-color: #B8A568;
}
.BgClassName
{
background-color: #B8A568;
}
</style>
border-color css
<style>
span { border-color: #B8A568; }
span { border-color: rgb(184,165,104); }
td.TdClassName
{
border-color: #B8A568;
}
.TagClassName
{
border-color: #B8A568;
}
</style>