Shades of Brass #B1AF34
Tints of Brass #B1AF34
RGB
CMYK
RGB Variations
Color information
#B1AF34 (or 0xB1AF34) is known color: Brass. HEX triplet: B1, AF and 34. RGB value is (177,175,52). Sum of RGB (Red+Green+Blue) = 177+175+52=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF34 is #4E50CB. Grayscale: #A2A2A2. Windows color (decimal): -5132492 or 3452849. OLE color: 3452849.
HSL color Cylindrical-coordinate representation of color #B1AF34: hue angle of 59.04º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1AF34 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 52 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.31 |
| HSL | 59.04º | 0.55% | 0.45% | - |
| HSV(B) | 59.04º | 0.71% | 0.69% | - |
| XYZ | 34.08 | 40.25 | 9.22 | - |
| YUV | 161.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 52 | 0 | 0.01 | 0.71 | 0.31 | 59.04 | 0.55 | 0.45 |
| Hex | B1 | AF | 34 | 0 | 1 | 47 | 1F | 3B | 37 | 2D |
| Octal | 261 | 257 | 64 | 0 | 1 | 107 | 37 | 73 | 67 | 55 |
| Binary | 10110001 | 10101111 | 110100 | 0 | 1 | 1000111 | 11111 | 111011 | 110111 | 101101 |
Color Harmonies of #B1AF34
Complementary color
Monochromatic Colors of #B1AF34
Black with #B1AF34
Text Example
Text Example
White with #B1AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF34; }
p { color: rgb(177,175,52); }
H1.HeaderClassName
{
color: #B1AF34;
}
.AnyTagClassName
{
color: #B1AF34;
}
</style>
background-color css
<style>
a { background-color: #B1AF34; }
a { background-color: rgb(177,175,52); }
div.DivClassName
{
background-color: #B1AF34;
}
.BgClassName
{
background-color: #B1AF34;
}
</style>
border-color css
<style>
span { border-color: #B1AF34; }
span { border-color: rgb(177,175,52); }
td.TdClassName
{
border-color: #B1AF34;
}
.TagClassName
{
border-color: #B1AF34;
}
</style>