Shades of Brass #B3A54B
Tints of Brass #B3A54B
RGB
CMYK
RGB Variations
Color information
#B3A54B (or 0xB3A54B) is known color: Brass. HEX triplet: B3, A5 and 4B. RGB value is (179,165,75). Sum of RGB (Red+Green+Blue) = 179+165+75=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A54B is #4C5AB4. Grayscale: #9F9F9F. Windows color (decimal): -5003957 or 4957619. OLE color: 4957619.
HSL color Cylindrical-coordinate representation of color #B3A54B: hue angle of 51.92º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3A54B is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 75 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.30 |
| HSL | 51.92º | 0.41% | 0.5% | - |
| HSV(B) | 51.92º | 0.58% | 0.7% | - |
| XYZ | 33.32 | 37 | 12.04 | - |
| YUV | 158.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 75 | 0 | 0.08 | 0.58 | 0.30 | 51.92 | 0.41 | 0.5 |
| Hex | B3 | A5 | 4B | 0 | 8 | 3A | 1E | 34 | 29 | 32 |
| Octal | 263 | 245 | 113 | 0 | 10 | 72 | 36 | 64 | 51 | 62 |
| Binary | 10110011 | 10100101 | 1001011 | 0 | 1000 | 111010 | 11110 | 110100 | 101001 | 110010 |
Color Harmonies of #B3A54B
Complementary color
Monochromatic Colors of #B3A54B
Black with #B3A54B
Text Example
Text Example
White with #B3A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A54B; }
p { color: rgb(179,165,75); }
H1.HeaderClassName
{
color: #B3A54B;
}
.AnyTagClassName
{
color: #B3A54B;
}
</style>
background-color css
<style>
a { background-color: #B3A54B; }
a { background-color: rgb(179,165,75); }
div.DivClassName
{
background-color: #B3A54B;
}
.BgClassName
{
background-color: #B3A54B;
}
</style>
border-color css
<style>
span { border-color: #B3A54B; }
span { border-color: rgb(179,165,75); }
td.TdClassName
{
border-color: #B3A54B;
}
.TagClassName
{
border-color: #B3A54B;
}
</style>