Shades of Brass #B9AF4B
Tints of Brass #B9AF4B
RGB
CMYK
RGB Variations
Color information
#B9AF4B (or 0xB9AF4B) is known color: Brass. HEX triplet: B9, AF and 4B. RGB value is (185,175,75). Sum of RGB (Red+Green+Blue) = 185+175+75=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF4B is #4650B4. Grayscale: #A7A7A7. Windows color (decimal): -4608181 or 4960185. OLE color: 4960185.
HSL color Cylindrical-coordinate representation of color #B9AF4B: hue angle of 54.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9AF4B is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 75 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.27 |
| HSL | 54.55º | 0.44% | 0.51% | - |
| HSV(B) | 54.55º | 0.59% | 0.73% | - |
| XYZ | 36.61 | 41.48 | 12.73 | - |
| YUV | 166.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 75 | 0 | 0.05 | 0.59 | 0.27 | 54.55 | 0.44 | 0.51 |
| Hex | B9 | AF | 4B | 0 | 5 | 3B | 1B | 37 | 2C | 33 |
| Octal | 271 | 257 | 113 | 0 | 5 | 73 | 33 | 67 | 54 | 63 |
| Binary | 10111001 | 10101111 | 1001011 | 0 | 101 | 111011 | 11011 | 110111 | 101100 | 110011 |
Color Harmonies of #B9AF4B
Complementary color
Monochromatic Colors of #B9AF4B
Black with #B9AF4B
Text Example
Text Example
White with #B9AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF4B; }
p { color: rgb(185,175,75); }
H1.HeaderClassName
{
color: #B9AF4B;
}
.AnyTagClassName
{
color: #B9AF4B;
}
</style>
background-color css
<style>
a { background-color: #B9AF4B; }
a { background-color: rgb(185,175,75); }
div.DivClassName
{
background-color: #B9AF4B;
}
.BgClassName
{
background-color: #B9AF4B;
}
</style>
border-color css
<style>
span { border-color: #B9AF4B; }
span { border-color: rgb(185,175,75); }
td.TdClassName
{
border-color: #B9AF4B;
}
.TagClassName
{
border-color: #B9AF4B;
}
</style>