Shades of Brass #B3AF34
Tints of Brass #B3AF34
RGB
CMYK
RGB Variations
Color information
#B3AF34 (or 0xB3AF34) is known color: Brass. HEX triplet: B3, AF and 34. RGB value is (179,175,52). Sum of RGB (Red+Green+Blue) = 179+175+52=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AF34 is #4C50CB. Grayscale: #A2A2A2. Windows color (decimal): -5001420 or 3452851. OLE color: 3452851.
HSL color Cylindrical-coordinate representation of color #B3AF34: hue angle of 58.11º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3AF34 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 175 | 52 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.30 |
| HSL | 58.11º | 0.55% | 0.45% | - |
| HSV(B) | 58.11º | 0.71% | 0.7% | - |
| XYZ | 34.54 | 40.49 | 9.24 | - |
| YUV | 162.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 52 | 0 | 0.02 | 0.71 | 0.30 | 58.11 | 0.55 | 0.45 |
| Hex | B3 | AF | 34 | 0 | 2 | 47 | 1E | 3A | 37 | 2D |
| Octal | 263 | 257 | 64 | 0 | 2 | 107 | 36 | 72 | 67 | 55 |
| Binary | 10110011 | 10101111 | 110100 | 0 | 10 | 1000111 | 11110 | 111010 | 110111 | 101101 |
Color Harmonies of #B3AF34
Complementary color
Monochromatic Colors of #B3AF34
Black with #B3AF34
Text Example
Text Example
White with #B3AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AF34; }
p { color: rgb(179,175,52); }
H1.HeaderClassName
{
color: #B3AF34;
}
.AnyTagClassName
{
color: #B3AF34;
}
</style>
background-color css
<style>
a { background-color: #B3AF34; }
a { background-color: rgb(179,175,52); }
div.DivClassName
{
background-color: #B3AF34;
}
.BgClassName
{
background-color: #B3AF34;
}
</style>
border-color css
<style>
span { border-color: #B3AF34; }
span { border-color: rgb(179,175,52); }
td.TdClassName
{
border-color: #B3AF34;
}
.TagClassName
{
border-color: #B3AF34;
}
</style>