Shades of Brass #B8AF43
Tints of Brass #B8AF43
RGB
CMYK
RGB Variations
Color information
#B8AF43 (or 0xB8AF43) is known color: Brass. HEX triplet: B8, AF and 43. RGB value is (184,175,67). Sum of RGB (Red+Green+Blue) = 184+175+67=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF43 is #4750BC. Grayscale: #A5A5A5. Windows color (decimal): -4673725 or 4435896. OLE color: 4435896.
HSL color Cylindrical-coordinate representation of color #B8AF43: hue angle of 55.38º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8AF43 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 67 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.28 |
| HSL | 55.38º | 0.47% | 0.49% | - |
| HSV(B) | 55.38º | 0.64% | 0.72% | - |
| XYZ | 36.11 | 41.26 | 11.37 | - |
| YUV | 165.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 67 | 0 | 0.05 | 0.64 | 0.28 | 55.38 | 0.47 | 0.49 |
| Hex | B8 | AF | 43 | 0 | 5 | 40 | 1C | 37 | 2F | 31 |
| Octal | 270 | 257 | 103 | 0 | 5 | 100 | 34 | 67 | 57 | 61 |
| Binary | 10111000 | 10101111 | 1000011 | 0 | 101 | 1000000 | 11100 | 110111 | 101111 | 110001 |
Color Harmonies of #B8AF43
Complementary color
Monochromatic Colors of #B8AF43
Black with #B8AF43
Text Example
Text Example
White with #B8AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF43; }
p { color: rgb(184,175,67); }
H1.HeaderClassName
{
color: #B8AF43;
}
.AnyTagClassName
{
color: #B8AF43;
}
</style>
background-color css
<style>
a { background-color: #B8AF43; }
a { background-color: rgb(184,175,67); }
div.DivClassName
{
background-color: #B8AF43;
}
.BgClassName
{
background-color: #B8AF43;
}
</style>
border-color css
<style>
span { border-color: #B8AF43; }
span { border-color: rgb(184,175,67); }
td.TdClassName
{
border-color: #B8AF43;
}
.TagClassName
{
border-color: #B8AF43;
}
</style>