Shades of Brass #B2A63C
Tints of Brass #B2A63C
RGB
CMYK
RGB Variations
Color information
#B2A63C (or 0xB2A63C) is known color: Brass. HEX triplet: B2, A6 and 3C. RGB value is (178,166,60). Sum of RGB (Red+Green+Blue) = 178+166+60=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A63C is #4D59C3. Grayscale: #9D9D9D. Windows color (decimal): -5069252 or 3974834. OLE color: 3974834.
HSL color Cylindrical-coordinate representation of color #B2A63C: hue angle of 53.9º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2A63C is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 60 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.30 |
| HSL | 53.9º | 0.5% | 0.47% | - |
| HSV(B) | 53.9º | 0.66% | 0.7% | - |
| XYZ | 32.81 | 37.06 | 9.7 | - |
| YUV | 157.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 60 | 0 | 0.07 | 0.66 | 0.30 | 53.9 | 0.5 | 0.47 |
| Hex | B2 | A6 | 3C | 0 | 7 | 42 | 1E | 36 | 32 | 2F |
| Octal | 262 | 246 | 74 | 0 | 7 | 102 | 36 | 66 | 62 | 57 |
| Binary | 10110010 | 10100110 | 111100 | 0 | 111 | 1000010 | 11110 | 110110 | 110010 | 101111 |
Color Harmonies of #B2A63C
Complementary color
Monochromatic Colors of #B2A63C
Black with #B2A63C
Text Example
Text Example
White with #B2A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A63C; }
p { color: rgb(178,166,60); }
H1.HeaderClassName
{
color: #B2A63C;
}
.AnyTagClassName
{
color: #B2A63C;
}
</style>
background-color css
<style>
a { background-color: #B2A63C; }
a { background-color: rgb(178,166,60); }
div.DivClassName
{
background-color: #B2A63C;
}
.BgClassName
{
background-color: #B2A63C;
}
</style>
border-color css
<style>
span { border-color: #B2A63C; }
span { border-color: rgb(178,166,60); }
td.TdClassName
{
border-color: #B2A63C;
}
.TagClassName
{
border-color: #B2A63C;
}
</style>