Shades of Brass #B6AF4A
Tints of Brass #B6AF4A
RGB
CMYK
RGB Variations
Color information
#B6AF4A (or 0xB6AF4A) is known color: Brass. HEX triplet: B6, AF and 4A. RGB value is (182,175,74). Sum of RGB (Red+Green+Blue) = 182+175+74=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AF4A is #4950B5. Grayscale: #A5A5A5. Windows color (decimal): -4804790 or 4894646. OLE color: 4894646.
HSL color Cylindrical-coordinate representation of color #B6AF4A: hue angle of 56.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6AF4A is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 175 | 74 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.29 |
| HSL | 56.11º | 0.43% | 0.5% | - |
| HSV(B) | 56.11º | 0.59% | 0.71% | - |
| XYZ | 35.86 | 41.1 | 12.52 | - |
| YUV | 165.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 175 | 74 | 0 | 0.04 | 0.59 | 0.29 | 56.11 | 0.43 | 0.5 |
| Hex | B6 | AF | 4A | 0 | 4 | 3B | 1D | 38 | 2B | 32 |
| Octal | 266 | 257 | 112 | 0 | 4 | 73 | 35 | 70 | 53 | 62 |
| Binary | 10110110 | 10101111 | 1001010 | 0 | 100 | 111011 | 11101 | 111000 | 101011 | 110010 |
Color Harmonies of #B6AF4A
Complementary color
Monochromatic Colors of #B6AF4A
Black with #B6AF4A
Text Example
Text Example
White with #B6AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AF4A; }
p { color: rgb(182,175,74); }
H1.HeaderClassName
{
color: #B6AF4A;
}
.AnyTagClassName
{
color: #B6AF4A;
}
</style>
background-color css
<style>
a { background-color: #B6AF4A; }
a { background-color: rgb(182,175,74); }
div.DivClassName
{
background-color: #B6AF4A;
}
.BgClassName
{
background-color: #B6AF4A;
}
</style>
border-color css
<style>
span { border-color: #B6AF4A; }
span { border-color: rgb(182,175,74); }
td.TdClassName
{
border-color: #B6AF4A;
}
.TagClassName
{
border-color: #B6AF4A;
}
</style>