Shades of Brass #B8AB36
Tints of Brass #B8AB36
RGB
CMYK
RGB Variations
Color information
#B8AB36 (or 0xB8AB36) is known color: Brass. HEX triplet: B8, AB and 36. RGB value is (184,171,54). Sum of RGB (Red+Green+Blue) = 184+171+54=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB36 is #4754C9. Grayscale: #A2A2A2. Windows color (decimal): -4674762 or 3582904. OLE color: 3582904.
HSL color Cylindrical-coordinate representation of color #B8AB36: hue angle of 54º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8AB36 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 54 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.28 |
| HSL | 54º | 0.55% | 0.47% | - |
| HSV(B) | 54º | 0.71% | 0.72% | - |
| XYZ | 35 | 39.58 | 9.29 | - |
| YUV | 161.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 54 | 0 | 0.07 | 0.71 | 0.28 | 54 | 0.55 | 0.47 |
| Hex | B8 | AB | 36 | 0 | 7 | 47 | 1C | 36 | 37 | 2F |
| Octal | 270 | 253 | 66 | 0 | 7 | 107 | 34 | 66 | 67 | 57 |
| Binary | 10111000 | 10101011 | 110110 | 0 | 111 | 1000111 | 11100 | 110110 | 110111 | 101111 |
Color Harmonies of #B8AB36
Complementary color
Monochromatic Colors of #B8AB36
Black with #B8AB36
Text Example
Text Example
White with #B8AB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB36; }
p { color: rgb(184,171,54); }
H1.HeaderClassName
{
color: #B8AB36;
}
.AnyTagClassName
{
color: #B8AB36;
}
</style>
background-color css
<style>
a { background-color: #B8AB36; }
a { background-color: rgb(184,171,54); }
div.DivClassName
{
background-color: #B8AB36;
}
.BgClassName
{
background-color: #B8AB36;
}
</style>
border-color css
<style>
span { border-color: #B8AB36; }
span { border-color: rgb(184,171,54); }
td.TdClassName
{
border-color: #B8AB36;
}
.TagClassName
{
border-color: #B8AB36;
}
</style>