Shades of Brass #BAAF44
Tints of Brass #BAAF44
RGB
CMYK
RGB Variations
Color information
#BAAF44 (or 0xBAAF44) is known color: Brass. HEX triplet: BA, AF and 44. RGB value is (186,175,68). Sum of RGB (Red+Green+Blue) = 186+175+68=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF44 is #4550BB. Grayscale: #A6A6A6. Windows color (decimal): -4542652 or 4501434. OLE color: 4501434.
HSL color Cylindrical-coordinate representation of color #BAAF44: hue angle of 54.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAAF44 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 175 | 68 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.27 |
| HSL | 54.41º | 0.46% | 0.5% | - |
| HSV(B) | 54.41º | 0.63% | 0.73% | - |
| XYZ | 36.62 | 41.52 | 11.55 | - |
| YUV | 166.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 68 | 0 | 0.06 | 0.63 | 0.27 | 54.41 | 0.46 | 0.5 |
| Hex | BA | AF | 44 | 0 | 6 | 3F | 1B | 36 | 2E | 32 |
| Octal | 272 | 257 | 104 | 0 | 6 | 77 | 33 | 66 | 56 | 62 |
| Binary | 10111010 | 10101111 | 1000100 | 0 | 110 | 111111 | 11011 | 110110 | 101110 | 110010 |
Color Harmonies of #BAAF44
Complementary color
Monochromatic Colors of #BAAF44
Black with #BAAF44
Text Example
Text Example
White with #BAAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAF44; }
p { color: rgb(186,175,68); }
H1.HeaderClassName
{
color: #BAAF44;
}
.AnyTagClassName
{
color: #BAAF44;
}
</style>
background-color css
<style>
a { background-color: #BAAF44; }
a { background-color: rgb(186,175,68); }
div.DivClassName
{
background-color: #BAAF44;
}
.BgClassName
{
background-color: #BAAF44;
}
</style>
border-color css
<style>
span { border-color: #BAAF44; }
span { border-color: rgb(186,175,68); }
td.TdClassName
{
border-color: #BAAF44;
}
.TagClassName
{
border-color: #BAAF44;
}
</style>