Shades of Brass #B8AF4C
Tints of Brass #B8AF4C
RGB
CMYK
RGB Variations
Color information
#B8AF4C (or 0xB8AF4C) is known color: Brass. HEX triplet: B8, AF and 4C. RGB value is (184,175,76). Sum of RGB (Red+Green+Blue) = 184+175+76=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF4C is #4750B3. Grayscale: #A6A6A6. Windows color (decimal): -4673716 or 5025720. OLE color: 5025720.
HSL color Cylindrical-coordinate representation of color #B8AF4C: hue angle of 55º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8AF4C is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 76 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.28 |
| HSL | 55º | 0.43% | 0.51% | - |
| HSV(B) | 55º | 0.59% | 0.72% | - |
| XYZ | 36.4 | 41.37 | 12.9 | - |
| YUV | 166.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 76 | 0 | 0.05 | 0.59 | 0.28 | 55 | 0.43 | 0.51 |
| Hex | B8 | AF | 4C | 0 | 5 | 3B | 1C | 37 | 2B | 33 |
| Octal | 270 | 257 | 114 | 0 | 5 | 73 | 34 | 67 | 53 | 63 |
| Binary | 10111000 | 10101111 | 1001100 | 0 | 101 | 111011 | 11100 | 110111 | 101011 | 110011 |
Color Harmonies of #B8AF4C
Complementary color
Monochromatic Colors of #B8AF4C
Black with #B8AF4C
Text Example
Text Example
White with #B8AF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF4C; }
p { color: rgb(184,175,76); }
H1.HeaderClassName
{
color: #B8AF4C;
}
.AnyTagClassName
{
color: #B8AF4C;
}
</style>
background-color css
<style>
a { background-color: #B8AF4C; }
a { background-color: rgb(184,175,76); }
div.DivClassName
{
background-color: #B8AF4C;
}
.BgClassName
{
background-color: #B8AF4C;
}
</style>
border-color css
<style>
span { border-color: #B8AF4C; }
span { border-color: rgb(184,175,76); }
td.TdClassName
{
border-color: #B8AF4C;
}
.TagClassName
{
border-color: #B8AF4C;
}
</style>