Shades of Brass #B9AF4E
Tints of Brass #B9AF4E
RGB
CMYK
RGB Variations
Color information
#B9AF4E (or 0xB9AF4E) is known color: Brass. HEX triplet: B9, AF and 4E. RGB value is (185,175,78). Sum of RGB (Red+Green+Blue) = 185+175+78=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF4E is #4650B1. Grayscale: #A7A7A7. Windows color (decimal): -4608178 or 5156793. OLE color: 5156793.
HSL color Cylindrical-coordinate representation of color #B9AF4E: hue angle of 54.39º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9AF4E is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 78 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.27 |
| HSL | 54.39º | 0.43% | 0.52% | - |
| HSV(B) | 54.39º | 0.58% | 0.73% | - |
| XYZ | 36.71 | 41.52 | 13.29 | - |
| YUV | 166.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 78 | 0 | 0.05 | 0.58 | 0.27 | 54.39 | 0.43 | 0.52 |
| Hex | B9 | AF | 4E | 0 | 5 | 3A | 1B | 36 | 2B | 34 |
| Octal | 271 | 257 | 116 | 0 | 5 | 72 | 33 | 66 | 53 | 64 |
| Binary | 10111001 | 10101111 | 1001110 | 0 | 101 | 111010 | 11011 | 110110 | 101011 | 110100 |
Color Harmonies of #B9AF4E
Complementary color
Monochromatic Colors of #B9AF4E
Black with #B9AF4E
Text Example
Text Example
White with #B9AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF4E; }
p { color: rgb(185,175,78); }
H1.HeaderClassName
{
color: #B9AF4E;
}
.AnyTagClassName
{
color: #B9AF4E;
}
</style>
background-color css
<style>
a { background-color: #B9AF4E; }
a { background-color: rgb(185,175,78); }
div.DivClassName
{
background-color: #B9AF4E;
}
.BgClassName
{
background-color: #B9AF4E;
}
</style>
border-color css
<style>
span { border-color: #B9AF4E; }
span { border-color: rgb(185,175,78); }
td.TdClassName
{
border-color: #B9AF4E;
}
.TagClassName
{
border-color: #B9AF4E;
}
</style>