Shades of Brass #BAAF34
Tints of Brass #BAAF34
RGB
CMYK
RGB Variations
Color information
#BAAF34 (or 0xBAAF34) is known color: Brass. HEX triplet: BA, AF and 34. RGB value is (186,175,52). Sum of RGB (Red+Green+Blue) = 186+175+52=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF34 is #4550CB. Grayscale: #A4A4A4. Windows color (decimal): -4542668 or 3452858. OLE color: 3452858.
HSL color Cylindrical-coordinate representation of color #BAAF34: hue angle of 55.07º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAAF34 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 175 | 52 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.27 |
| HSL | 55.07º | 0.56% | 0.47% | - |
| HSV(B) | 55.07º | 0.72% | 0.73% | - |
| XYZ | 36.2 | 41.35 | 9.32 | - |
| YUV | 164.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 52 | 0 | 0.06 | 0.72 | 0.27 | 55.07 | 0.56 | 0.47 |
| Hex | BA | AF | 34 | 0 | 6 | 48 | 1B | 37 | 38 | 2F |
| Octal | 272 | 257 | 64 | 0 | 6 | 110 | 33 | 67 | 70 | 57 |
| Binary | 10111010 | 10101111 | 110100 | 0 | 110 | 1001000 | 11011 | 110111 | 111000 | 101111 |
Color Harmonies of #BAAF34
Complementary color
Monochromatic Colors of #BAAF34
Black with #BAAF34
Text Example
Text Example
White with #BAAF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAF34; }
p { color: rgb(186,175,52); }
H1.HeaderClassName
{
color: #BAAF34;
}
.AnyTagClassName
{
color: #BAAF34;
}
</style>
background-color css
<style>
a { background-color: #BAAF34; }
a { background-color: rgb(186,175,52); }
div.DivClassName
{
background-color: #BAAF34;
}
.BgClassName
{
background-color: #BAAF34;
}
</style>
border-color css
<style>
span { border-color: #BAAF34; }
span { border-color: rgb(186,175,52); }
td.TdClassName
{
border-color: #BAAF34;
}
.TagClassName
{
border-color: #BAAF34;
}
</style>