Shades of Brass #B4AD3A
Tints of Brass #B4AD3A
RGB
CMYK
RGB Variations
Color information
#B4AD3A (or 0xB4AD3A) is known color: Brass. HEX triplet: B4, AD and 3A. RGB value is (180,173,58). Sum of RGB (Red+Green+Blue) = 180+173+58=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD3A is #4B52C5. Grayscale: #A2A2A2. Windows color (decimal): -4936390 or 3845556. OLE color: 3845556.
HSL color Cylindrical-coordinate representation of color #B4AD3A: hue angle of 56.56º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4AD3A is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 58 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.29 |
| HSL | 56.56º | 0.51% | 0.47% | - |
| HSV(B) | 56.56º | 0.68% | 0.71% | - |
| XYZ | 34.53 | 39.9 | 9.88 | - |
| YUV | 161.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 58 | 0 | 0.04 | 0.68 | 0.29 | 56.56 | 0.51 | 0.47 |
| Hex | B4 | AD | 3A | 0 | 4 | 44 | 1D | 39 | 33 | 2F |
| Octal | 264 | 255 | 72 | 0 | 4 | 104 | 35 | 71 | 63 | 57 |
| Binary | 10110100 | 10101101 | 111010 | 0 | 100 | 1000100 | 11101 | 111001 | 110011 | 101111 |
Color Harmonies of #B4AD3A
Complementary color
Monochromatic Colors of #B4AD3A
Black with #B4AD3A
Text Example
Text Example
White with #B4AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD3A; }
p { color: rgb(180,173,58); }
H1.HeaderClassName
{
color: #B4AD3A;
}
.AnyTagClassName
{
color: #B4AD3A;
}
</style>
background-color css
<style>
a { background-color: #B4AD3A; }
a { background-color: rgb(180,173,58); }
div.DivClassName
{
background-color: #B4AD3A;
}
.BgClassName
{
background-color: #B4AD3A;
}
</style>
border-color css
<style>
span { border-color: #B4AD3A; }
span { border-color: rgb(180,173,58); }
td.TdClassName
{
border-color: #B4AD3A;
}
.TagClassName
{
border-color: #B4AD3A;
}
</style>