Shades of Brass #B8AB3E
Tints of Brass #B8AB3E
RGB
CMYK
RGB Variations
Color information
#B8AB3E (or 0xB8AB3E) is known color: Brass. HEX triplet: B8, AB and 3E. RGB value is (184,171,62). Sum of RGB (Red+Green+Blue) = 184+171+62=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB3E is #4754C1. Grayscale: #A2A2A2. Windows color (decimal): -4674754 or 4107192. OLE color: 4107192.
HSL color Cylindrical-coordinate representation of color #B8AB3E: hue angle of 53.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8AB3E is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 62 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.28 |
| HSL | 53.61º | 0.5% | 0.48% | - |
| HSV(B) | 53.61º | 0.66% | 0.72% | - |
| XYZ | 35.2 | 39.66 | 10.36 | - |
| YUV | 162.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 62 | 0 | 0.07 | 0.66 | 0.28 | 53.61 | 0.5 | 0.48 |
| Hex | B8 | AB | 3E | 0 | 7 | 42 | 1C | 36 | 32 | 30 |
| Octal | 270 | 253 | 76 | 0 | 7 | 102 | 34 | 66 | 62 | 60 |
| Binary | 10111000 | 10101011 | 111110 | 0 | 111 | 1000010 | 11100 | 110110 | 110010 | 110000 |
Color Harmonies of #B8AB3E
Complementary color
Monochromatic Colors of #B8AB3E
Black with #B8AB3E
Text Example
Text Example
White with #B8AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB3E; }
p { color: rgb(184,171,62); }
H1.HeaderClassName
{
color: #B8AB3E;
}
.AnyTagClassName
{
color: #B8AB3E;
}
</style>
background-color css
<style>
a { background-color: #B8AB3E; }
a { background-color: rgb(184,171,62); }
div.DivClassName
{
background-color: #B8AB3E;
}
.BgClassName
{
background-color: #B8AB3E;
}
</style>
border-color css
<style>
span { border-color: #B8AB3E; }
span { border-color: rgb(184,171,62); }
td.TdClassName
{
border-color: #B8AB3E;
}
.TagClassName
{
border-color: #B8AB3E;
}
</style>