Shades of Brass #B2A935
Tints of Brass #B2A935
RGB
CMYK
RGB Variations
Color information
#B2A935 (or 0xB2A935) is known color: Brass. HEX triplet: B2, A9 and 35. RGB value is (178,169,53). Sum of RGB (Red+Green+Blue) = 178+169+53=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A935 is #4D56CA. Grayscale: #9E9E9E. Windows color (decimal): -5068491 or 3516850. OLE color: 3516850.
HSL color Cylindrical-coordinate representation of color #B2A935: hue angle of 55.68º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2A935 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 169 | 53 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.30 |
| HSL | 55.68º | 0.54% | 0.45% | - |
| HSV(B) | 55.68º | 0.7% | 0.7% | - |
| XYZ | 33.19 | 38.1 | 8.97 | - |
| YUV | 158.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 53 | 0 | 0.05 | 0.70 | 0.30 | 55.68 | 0.54 | 0.45 |
| Hex | B2 | A9 | 35 | 0 | 5 | 46 | 1E | 38 | 36 | 2D |
| Octal | 262 | 251 | 65 | 0 | 5 | 106 | 36 | 70 | 66 | 55 |
| Binary | 10110010 | 10101001 | 110101 | 0 | 101 | 1000110 | 11110 | 111000 | 110110 | 101101 |
Color Harmonies of #B2A935
Complementary color
Monochromatic Colors of #B2A935
Black with #B2A935
Text Example
Text Example
White with #B2A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A935; }
p { color: rgb(178,169,53); }
H1.HeaderClassName
{
color: #B2A935;
}
.AnyTagClassName
{
color: #B2A935;
}
</style>
background-color css
<style>
a { background-color: #B2A935; }
a { background-color: rgb(178,169,53); }
div.DivClassName
{
background-color: #B2A935;
}
.BgClassName
{
background-color: #B2A935;
}
</style>
border-color css
<style>
span { border-color: #B2A935; }
span { border-color: rgb(178,169,53); }
td.TdClassName
{
border-color: #B2A935;
}
.TagClassName
{
border-color: #B2A935;
}
</style>