Shades of Brass #B4A83E
Tints of Brass #B4A83E
RGB
CMYK
RGB Variations
Color information
#B4A83E (or 0xB4A83E) is known color: Brass. HEX triplet: B4, A8 and 3E. RGB value is (180,168,62). Sum of RGB (Red+Green+Blue) = 180+168+62=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A83E is #4B57C1. Grayscale: #9F9F9F. Windows color (decimal): -4937666 or 4106420. OLE color: 4106420.
HSL color Cylindrical-coordinate representation of color #B4A83E: hue angle of 53.9º 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 #B4A83E is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 62 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.29 |
| HSL | 53.9º | 0.49% | 0.47% | - |
| HSV(B) | 53.9º | 0.66% | 0.71% | - |
| XYZ | 33.69 | 38.06 | 10.13 | - |
| YUV | 159.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 62 | 0 | 0.07 | 0.66 | 0.29 | 53.9 | 0.49 | 0.47 |
| Hex | B4 | A8 | 3E | 0 | 7 | 42 | 1D | 36 | 31 | 2F |
| Octal | 264 | 250 | 76 | 0 | 7 | 102 | 35 | 66 | 61 | 57 |
| Binary | 10110100 | 10101000 | 111110 | 0 | 111 | 1000010 | 11101 | 110110 | 110001 | 101111 |
Color Harmonies of #B4A83E
Complementary color
Monochromatic Colors of #B4A83E
Black with #B4A83E
Text Example
Text Example
White with #B4A83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A83E; }
p { color: rgb(180,168,62); }
H1.HeaderClassName
{
color: #B4A83E;
}
.AnyTagClassName
{
color: #B4A83E;
}
</style>
background-color css
<style>
a { background-color: #B4A83E; }
a { background-color: rgb(180,168,62); }
div.DivClassName
{
background-color: #B4A83E;
}
.BgClassName
{
background-color: #B4A83E;
}
</style>
border-color css
<style>
span { border-color: #B4A83E; }
span { border-color: rgb(180,168,62); }
td.TdClassName
{
border-color: #B4A83E;
}
.TagClassName
{
border-color: #B4A83E;
}
</style>