Shades of Brass #BAAF4C
Tints of Brass #BAAF4C
RGB
CMYK
RGB Variations
Color information
#BAAF4C (or 0xBAAF4C) is known color: Brass. HEX triplet: BA, AF and 4C. RGB value is (186,175,76). Sum of RGB (Red+Green+Blue) = 186+175+76=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF4C is #4550B3. Grayscale: #A7A7A7. Windows color (decimal): -4542644 or 5025722. OLE color: 5025722.
HSL color Cylindrical-coordinate representation of color #BAAF4C: hue angle of 54º 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 #BAAF4C is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 175 | 76 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.27 |
| HSL | 54º | 0.44% | 0.51% | - |
| HSV(B) | 54º | 0.59% | 0.73% | - |
| XYZ | 36.88 | 41.62 | 12.93 | - |
| YUV | 167 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 76 | 0 | 0.06 | 0.59 | 0.27 | 54 | 0.44 | 0.51 |
| Hex | BA | AF | 4C | 0 | 6 | 3B | 1B | 36 | 2C | 33 |
| Octal | 272 | 257 | 114 | 0 | 6 | 73 | 33 | 66 | 54 | 63 |
| Binary | 10111010 | 10101111 | 1001100 | 0 | 110 | 111011 | 11011 | 110110 | 101100 | 110011 |
Color Harmonies of #BAAF4C
Complementary color
Monochromatic Colors of #BAAF4C
Black with #BAAF4C
Text Example
Text Example
White with #BAAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAF4C; }
p { color: rgb(186,175,76); }
H1.HeaderClassName
{
color: #BAAF4C;
}
.AnyTagClassName
{
color: #BAAF4C;
}
</style>
background-color css
<style>
a { background-color: #BAAF4C; }
a { background-color: rgb(186,175,76); }
div.DivClassName
{
background-color: #BAAF4C;
}
.BgClassName
{
background-color: #BAAF4C;
}
</style>
border-color css
<style>
span { border-color: #BAAF4C; }
span { border-color: rgb(186,175,76); }
td.TdClassName
{
border-color: #BAAF4C;
}
.TagClassName
{
border-color: #BAAF4C;
}
</style>