Shades of Brass #B7AA33
Tints of Brass #B7AA33
RGB
CMYK
RGB Variations
Color information
#B7AA33 (or 0xB7AA33) is known color: Brass. HEX triplet: B7, AA and 33. RGB value is (183,170,51). Sum of RGB (Red+Green+Blue) = 183+170+51=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA33 is #4855CC. Grayscale: #A0A0A0. Windows color (decimal): -4740557 or 3386039. OLE color: 3386039.
HSL color Cylindrical-coordinate representation of color #B7AA33: hue angle of 54.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7AA33 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 51 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.28 |
| HSL | 54.09º | 0.56% | 0.46% | - |
| HSV(B) | 54.09º | 0.72% | 0.72% | - |
| XYZ | 34.5 | 39.06 | 8.85 | - |
| YUV | 160.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 51 | 0 | 0.07 | 0.72 | 0.28 | 54.09 | 0.56 | 0.46 |
| Hex | B7 | AA | 33 | 0 | 7 | 48 | 1C | 36 | 38 | 2E |
| Octal | 267 | 252 | 63 | 0 | 7 | 110 | 34 | 66 | 70 | 56 |
| Binary | 10110111 | 10101010 | 110011 | 0 | 111 | 1001000 | 11100 | 110110 | 111000 | 101110 |
Color Harmonies of #B7AA33
Complementary color
Monochromatic Colors of #B7AA33
Black with #B7AA33
Text Example
Text Example
White with #B7AA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA33; }
p { color: rgb(183,170,51); }
H1.HeaderClassName
{
color: #B7AA33;
}
.AnyTagClassName
{
color: #B7AA33;
}
</style>
background-color css
<style>
a { background-color: #B7AA33; }
a { background-color: rgb(183,170,51); }
div.DivClassName
{
background-color: #B7AA33;
}
.BgClassName
{
background-color: #B7AA33;
}
</style>
border-color css
<style>
span { border-color: #B7AA33; }
span { border-color: rgb(183,170,51); }
td.TdClassName
{
border-color: #B7AA33;
}
.TagClassName
{
border-color: #B7AA33;
}
</style>