Shades of Brass #B2A33C
Tints of Brass #B2A33C
RGB
CMYK
RGB Variations
Color information
#B2A33C (or 0xB2A33C) is known color: Brass. HEX triplet: B2, A3 and 3C. RGB value is (178,163,60). Sum of RGB (Red+Green+Blue) = 178+163+60=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A33C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A33C is #4D5CC3. Grayscale: #9C9C9C. Windows color (decimal): -5070020 or 3974066. OLE color: 3974066.
HSL color Cylindrical-coordinate representation of color #B2A33C: hue angle of 52.37º 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 #B2A33C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 60 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.30 |
| HSL | 52.37º | 0.5% | 0.47% | - |
| HSV(B) | 52.37º | 0.66% | 0.7% | - |
| XYZ | 32.27 | 35.99 | 9.52 | - |
| YUV | 155.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 60 | 0 | 0.08 | 0.66 | 0.30 | 52.37 | 0.5 | 0.47 |
| Hex | B2 | A3 | 3C | 0 | 8 | 42 | 1E | 34 | 32 | 2F |
| Octal | 262 | 243 | 74 | 0 | 10 | 102 | 36 | 64 | 62 | 57 |
| Binary | 10110010 | 10100011 | 111100 | 0 | 1000 | 1000010 | 11110 | 110100 | 110010 | 101111 |
Color Harmonies of #B2A33C
Complementary color
Monochromatic Colors of #B2A33C
Black with #B2A33C
Text Example
Text Example
White with #B2A33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A33C; }
p { color: rgb(178,163,60); }
H1.HeaderClassName
{
color: #B2A33C;
}
.AnyTagClassName
{
color: #B2A33C;
}
</style>
background-color css
<style>
a { background-color: #B2A33C; }
a { background-color: rgb(178,163,60); }
div.DivClassName
{
background-color: #B2A33C;
}
.BgClassName
{
background-color: #B2A33C;
}
</style>
border-color css
<style>
span { border-color: #B2A33C; }
span { border-color: rgb(178,163,60); }
td.TdClassName
{
border-color: #B2A33C;
}
.TagClassName
{
border-color: #B2A33C;
}
</style>