Shades of Brass #B8AB39
Tints of Brass #B8AB39
RGB
CMYK
RGB Variations
Color information
#B8AB39 (or 0xB8AB39) is known color: Brass. HEX triplet: B8, AB and 39. RGB value is (184,171,57). Sum of RGB (Red+Green+Blue) = 184+171+57=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB39 is #4754C6. Grayscale: #A2A2A2. Windows color (decimal): -4674759 or 3779512. OLE color: 3779512.
HSL color Cylindrical-coordinate representation of color #B8AB39: hue angle of 53.86º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8AB39 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 57 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.28 |
| HSL | 53.86º | 0.53% | 0.47% | - |
| HSV(B) | 53.86º | 0.69% | 0.72% | - |
| XYZ | 35.07 | 39.61 | 9.67 | - |
| YUV | 161.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 57 | 0 | 0.07 | 0.69 | 0.28 | 53.86 | 0.53 | 0.47 |
| Hex | B8 | AB | 39 | 0 | 7 | 45 | 1C | 36 | 35 | 2F |
| Octal | 270 | 253 | 71 | 0 | 7 | 105 | 34 | 66 | 65 | 57 |
| Binary | 10111000 | 10101011 | 111001 | 0 | 111 | 1000101 | 11100 | 110110 | 110101 | 101111 |
Color Harmonies of #B8AB39
Complementary color
Monochromatic Colors of #B8AB39
Black with #B8AB39
Text Example
Text Example
White with #B8AB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB39; }
p { color: rgb(184,171,57); }
H1.HeaderClassName
{
color: #B8AB39;
}
.AnyTagClassName
{
color: #B8AB39;
}
</style>
background-color css
<style>
a { background-color: #B8AB39; }
a { background-color: rgb(184,171,57); }
div.DivClassName
{
background-color: #B8AB39;
}
.BgClassName
{
background-color: #B8AB39;
}
</style>
border-color css
<style>
span { border-color: #B8AB39; }
span { border-color: rgb(184,171,57); }
td.TdClassName
{
border-color: #B8AB39;
}
.TagClassName
{
border-color: #B8AB39;
}
</style>