Shades of Brass #B8AF3C
Tints of Brass #B8AF3C
RGB
CMYK
RGB Variations
Color information
#B8AF3C (or 0xB8AF3C) is known color: Brass. HEX triplet: B8, AF and 3C. RGB value is (184,175,60). Sum of RGB (Red+Green+Blue) = 184+175+60=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF3C is #4750C3. Grayscale: #A5A5A5. Windows color (decimal): -4673732 or 3977144. OLE color: 3977144.
HSL color Cylindrical-coordinate representation of color #B8AF3C: hue angle of 55.65º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8AF3C is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 60 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.28 |
| HSL | 55.65º | 0.51% | 0.48% | - |
| HSV(B) | 55.65º | 0.67% | 0.72% | - |
| XYZ | 35.91 | 41.18 | 10.33 | - |
| YUV | 164.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 60 | 0 | 0.05 | 0.67 | 0.28 | 55.65 | 0.51 | 0.48 |
| Hex | B8 | AF | 3C | 0 | 5 | 43 | 1C | 38 | 33 | 30 |
| Octal | 270 | 257 | 74 | 0 | 5 | 103 | 34 | 70 | 63 | 60 |
| Binary | 10111000 | 10101111 | 111100 | 0 | 101 | 1000011 | 11100 | 111000 | 110011 | 110000 |
Color Harmonies of #B8AF3C
Complementary color
Monochromatic Colors of #B8AF3C
Black with #B8AF3C
Text Example
Text Example
White with #B8AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF3C; }
p { color: rgb(184,175,60); }
H1.HeaderClassName
{
color: #B8AF3C;
}
.AnyTagClassName
{
color: #B8AF3C;
}
</style>
background-color css
<style>
a { background-color: #B8AF3C; }
a { background-color: rgb(184,175,60); }
div.DivClassName
{
background-color: #B8AF3C;
}
.BgClassName
{
background-color: #B8AF3C;
}
</style>
border-color css
<style>
span { border-color: #B8AF3C; }
span { border-color: rgb(184,175,60); }
td.TdClassName
{
border-color: #B8AF3C;
}
.TagClassName
{
border-color: #B8AF3C;
}
</style>