Shades of Brass #B2A23E
Tints of Brass #B2A23E
RGB
CMYK
RGB Variations
Color information
#B2A23E (or 0xB2A23E) is known color: Brass. HEX triplet: B2, A2 and 3E. RGB value is (178,162,62). Sum of RGB (Red+Green+Blue) = 178+162+62=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A23E is #4D5DC1. Grayscale: #9B9B9B. Windows color (decimal): -5070274 or 4104882. OLE color: 4104882.
HSL color Cylindrical-coordinate representation of color #B2A23E: hue angle of 51.72º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2A23E is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 62 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.30 |
| HSL | 51.72º | 0.48% | 0.47% | - |
| HSV(B) | 51.72º | 0.65% | 0.7% | - |
| XYZ | 32.15 | 35.65 | 9.74 | - |
| YUV | 155.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 62 | 0 | 0.09 | 0.65 | 0.30 | 51.72 | 0.48 | 0.47 |
| Hex | B2 | A2 | 3E | 0 | 9 | 41 | 1E | 34 | 30 | 2F |
| Octal | 262 | 242 | 76 | 0 | 11 | 101 | 36 | 64 | 60 | 57 |
| Binary | 10110010 | 10100010 | 111110 | 0 | 1001 | 1000001 | 11110 | 110100 | 110000 | 101111 |
Color Harmonies of #B2A23E
Complementary color
Monochromatic Colors of #B2A23E
Black with #B2A23E
Text Example
Text Example
White with #B2A23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A23E; }
p { color: rgb(178,162,62); }
H1.HeaderClassName
{
color: #B2A23E;
}
.AnyTagClassName
{
color: #B2A23E;
}
</style>
background-color css
<style>
a { background-color: #B2A23E; }
a { background-color: rgb(178,162,62); }
div.DivClassName
{
background-color: #B2A23E;
}
.BgClassName
{
background-color: #B2A23E;
}
</style>
border-color css
<style>
span { border-color: #B2A23E; }
span { border-color: rgb(178,162,62); }
td.TdClassName
{
border-color: #B2A23E;
}
.TagClassName
{
border-color: #B2A23E;
}
</style>