Shades of Brass #B0AD4A
Tints of Brass #B0AD4A
RGB
CMYK
RGB Variations
Color information
#B0AD4A (or 0xB0AD4A) is known color: Brass. HEX triplet: B0, AD and 4A. RGB value is (176,173,74). Sum of RGB (Red+Green+Blue) = 176+173+74=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD4A is #4F52B5. Grayscale: #A3A3A3. Windows color (decimal): -5198518 or 4894128. OLE color: 4894128.
HSL color Cylindrical-coordinate representation of color #B0AD4A: hue angle of 58.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0AD4A is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 74 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.31 |
| HSL | 58.24º | 0.41% | 0.49% | - |
| HSV(B) | 58.24º | 0.58% | 0.69% | - |
| XYZ | 34.08 | 39.61 | 12.33 | - |
| YUV | 162.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 74 | 0 | 0.02 | 0.58 | 0.31 | 58.24 | 0.41 | 0.49 |
| Hex | B0 | AD | 4A | 0 | 2 | 3A | 1F | 3A | 29 | 31 |
| Octal | 260 | 255 | 112 | 0 | 2 | 72 | 37 | 72 | 51 | 61 |
| Binary | 10110000 | 10101101 | 1001010 | 0 | 10 | 111010 | 11111 | 111010 | 101001 | 110001 |
Color Harmonies of #B0AD4A
Complementary color
Monochromatic Colors of #B0AD4A
Black with #B0AD4A
Text Example
Text Example
White with #B0AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD4A; }
p { color: rgb(176,173,74); }
H1.HeaderClassName
{
color: #B0AD4A;
}
.AnyTagClassName
{
color: #B0AD4A;
}
</style>
background-color css
<style>
a { background-color: #B0AD4A; }
a { background-color: rgb(176,173,74); }
div.DivClassName
{
background-color: #B0AD4A;
}
.BgClassName
{
background-color: #B0AD4A;
}
</style>
border-color css
<style>
span { border-color: #B0AD4A; }
span { border-color: rgb(176,173,74); }
td.TdClassName
{
border-color: #B0AD4A;
}
.TagClassName
{
border-color: #B0AD4A;
}
</style>