Shades of Brass #B2AD4A
Tints of Brass #B2AD4A
RGB
CMYK
RGB Variations
Color information
#B2AD4A (or 0xB2AD4A) is known color: Brass. HEX triplet: B2, AD and 4A. RGB value is (178,173,74). Sum of RGB (Red+Green+Blue) = 178+173+74=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD4A is #4D52B5. Grayscale: #A3A3A3. Windows color (decimal): -5067446 or 4894130. OLE color: 4894130.
HSL color Cylindrical-coordinate representation of color #B2AD4A: hue angle of 57.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2AD4A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 74 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.30 |
| HSL | 57.12º | 0.41% | 0.49% | - |
| HSV(B) | 57.12º | 0.58% | 0.7% | - |
| XYZ | 34.54 | 39.85 | 12.35 | - |
| YUV | 163.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 74 | 0 | 0.03 | 0.58 | 0.30 | 57.12 | 0.41 | 0.49 |
| Hex | B2 | AD | 4A | 0 | 3 | 3A | 1E | 39 | 29 | 31 |
| Octal | 262 | 255 | 112 | 0 | 3 | 72 | 36 | 71 | 51 | 61 |
| Binary | 10110010 | 10101101 | 1001010 | 0 | 11 | 111010 | 11110 | 111001 | 101001 | 110001 |
Color Harmonies of #B2AD4A
Complementary color
Monochromatic Colors of #B2AD4A
Black with #B2AD4A
Text Example
Text Example
White with #B2AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD4A; }
p { color: rgb(178,173,74); }
H1.HeaderClassName
{
color: #B2AD4A;
}
.AnyTagClassName
{
color: #B2AD4A;
}
</style>
background-color css
<style>
a { background-color: #B2AD4A; }
a { background-color: rgb(178,173,74); }
div.DivClassName
{
background-color: #B2AD4A;
}
.BgClassName
{
background-color: #B2AD4A;
}
</style>
border-color css
<style>
span { border-color: #B2AD4A; }
span { border-color: rgb(178,173,74); }
td.TdClassName
{
border-color: #B2AD4A;
}
.TagClassName
{
border-color: #B2AD4A;
}
</style>