Shades of Brass #B8AF3E
Tints of Brass #B8AF3E
RGB
CMYK
RGB Variations
Color information
#B8AF3E (or 0xB8AF3E) is known color: Brass. HEX triplet: B8, AF and 3E. RGB value is (184,175,62). Sum of RGB (Red+Green+Blue) = 184+175+62=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF3E is #4750C1. Grayscale: #A5A5A5. Windows color (decimal): -4673730 or 4108216. OLE color: 4108216.
HSL color Cylindrical-coordinate representation of color #B8AF3E: hue angle of 55.57º 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 #B8AF3E is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 62 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.28 |
| HSL | 55.57º | 0.5% | 0.48% | - |
| HSV(B) | 55.57º | 0.66% | 0.72% | - |
| XYZ | 35.97 | 41.2 | 10.61 | - |
| YUV | 164.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 62 | 0 | 0.05 | 0.66 | 0.28 | 55.57 | 0.5 | 0.48 |
| Hex | B8 | AF | 3E | 0 | 5 | 42 | 1C | 38 | 32 | 30 |
| Octal | 270 | 257 | 76 | 0 | 5 | 102 | 34 | 70 | 62 | 60 |
| Binary | 10111000 | 10101111 | 111110 | 0 | 101 | 1000010 | 11100 | 111000 | 110010 | 110000 |
Color Harmonies of #B8AF3E
Complementary color
Monochromatic Colors of #B8AF3E
Black with #B8AF3E
Text Example
Text Example
White with #B8AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF3E; }
p { color: rgb(184,175,62); }
H1.HeaderClassName
{
color: #B8AF3E;
}
.AnyTagClassName
{
color: #B8AF3E;
}
</style>
background-color css
<style>
a { background-color: #B8AF3E; }
a { background-color: rgb(184,175,62); }
div.DivClassName
{
background-color: #B8AF3E;
}
.BgClassName
{
background-color: #B8AF3E;
}
</style>
border-color css
<style>
span { border-color: #B8AF3E; }
span { border-color: rgb(184,175,62); }
td.TdClassName
{
border-color: #B8AF3E;
}
.TagClassName
{
border-color: #B8AF3E;
}
</style>