Shades of Brass #B4A93E
Tints of Brass #B4A93E
RGB
CMYK
RGB Variations
Color information
#B4A93E (or 0xB4A93E) is known color: Brass. HEX triplet: B4, A9 and 3E. RGB value is (180,169,62). Sum of RGB (Red+Green+Blue) = 180+169+62=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A93E is #4B56C1. Grayscale: #A0A0A0. Windows color (decimal): -4937410 or 4106676. OLE color: 4106676.
HSL color Cylindrical-coordinate representation of color #B4A93E: hue angle of 54.41º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4A93E is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 169 | 62 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.29 |
| HSL | 54.41º | 0.49% | 0.47% | - |
| HSV(B) | 54.41º | 0.66% | 0.71% | - |
| XYZ | 33.88 | 38.43 | 10.19 | - |
| YUV | 160.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 62 | 0 | 0.06 | 0.66 | 0.29 | 54.41 | 0.49 | 0.47 |
| Hex | B4 | A9 | 3E | 0 | 6 | 42 | 1D | 36 | 31 | 2F |
| Octal | 264 | 251 | 76 | 0 | 6 | 102 | 35 | 66 | 61 | 57 |
| Binary | 10110100 | 10101001 | 111110 | 0 | 110 | 1000010 | 11101 | 110110 | 110001 | 101111 |
Color Harmonies of #B4A93E
Complementary color
Monochromatic Colors of #B4A93E
Black with #B4A93E
Text Example
Text Example
White with #B4A93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A93E; }
p { color: rgb(180,169,62); }
H1.HeaderClassName
{
color: #B4A93E;
}
.AnyTagClassName
{
color: #B4A93E;
}
</style>
background-color css
<style>
a { background-color: #B4A93E; }
a { background-color: rgb(180,169,62); }
div.DivClassName
{
background-color: #B4A93E;
}
.BgClassName
{
background-color: #B4A93E;
}
</style>
border-color css
<style>
span { border-color: #B4A93E; }
span { border-color: rgb(180,169,62); }
td.TdClassName
{
border-color: #B4A93E;
}
.TagClassName
{
border-color: #B4A93E;
}
</style>