Shades of Brass #B3A633
Tints of Brass #B3A633
RGB
CMYK
RGB Variations
Color information
#B3A633 (or 0xB3A633) is known color: Brass. HEX triplet: B3, A6 and 33. RGB value is (179,166,51). Sum of RGB (Red+Green+Blue) = 179+166+51=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A633 is #4C59CC. Grayscale: #9D9D9D. Windows color (decimal): -5003725 or 3385011. OLE color: 3385011.
HSL color Cylindrical-coordinate representation of color #B3A633: hue angle of 53.91º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3A633 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 166 | 51 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.30 |
| HSL | 53.91º | 0.56% | 0.45% | - |
| HSV(B) | 53.91º | 0.72% | 0.7% | - |
| XYZ | 32.82 | 37.1 | 8.56 | - |
| YUV | 156.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 51 | 0 | 0.07 | 0.72 | 0.30 | 53.91 | 0.56 | 0.45 |
| Hex | B3 | A6 | 33 | 0 | 7 | 48 | 1E | 36 | 38 | 2D |
| Octal | 263 | 246 | 63 | 0 | 7 | 110 | 36 | 66 | 70 | 55 |
| Binary | 10110011 | 10100110 | 110011 | 0 | 111 | 1001000 | 11110 | 110110 | 111000 | 101101 |
Color Harmonies of #B3A633
Complementary color
Monochromatic Colors of #B3A633
Black with #B3A633
Text Example
Text Example
White with #B3A633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A633; }
p { color: rgb(179,166,51); }
H1.HeaderClassName
{
color: #B3A633;
}
.AnyTagClassName
{
color: #B3A633;
}
</style>
background-color css
<style>
a { background-color: #B3A633; }
a { background-color: rgb(179,166,51); }
div.DivClassName
{
background-color: #B3A633;
}
.BgClassName
{
background-color: #B3A633;
}
</style>
border-color css
<style>
span { border-color: #B3A633; }
span { border-color: rgb(179,166,51); }
td.TdClassName
{
border-color: #B3A633;
}
.TagClassName
{
border-color: #B3A633;
}
</style>