Shades of Brass #B7A33C
Tints of Brass #B7A33C
RGB
CMYK
RGB Variations
Color information
#B7A33C (or 0xB7A33C) is known color: Brass. HEX triplet: B7, A3 and 3C. RGB value is (183,163,60). Sum of RGB (Red+Green+Blue) = 183+163+60=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A33C is #485CC3. Grayscale: #9D9D9D. Windows color (decimal): -4742340 or 3974071. OLE color: 3974071.
HSL color Cylindrical-coordinate representation of color #B7A33C: hue angle of 50.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7A33C is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 60 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.28 |
| HSL | 50.24º | 0.51% | 0.48% | - |
| HSV(B) | 50.24º | 0.67% | 0.72% | - |
| XYZ | 33.44 | 36.59 | 9.57 | - |
| YUV | 157.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 60 | 0 | 0.11 | 0.67 | 0.28 | 50.24 | 0.51 | 0.48 |
| Hex | B7 | A3 | 3C | 0 | B | 43 | 1C | 32 | 33 | 30 |
| Octal | 267 | 243 | 74 | 0 | 13 | 103 | 34 | 62 | 63 | 60 |
| Binary | 10110111 | 10100011 | 111100 | 0 | 1011 | 1000011 | 11100 | 110010 | 110011 | 110000 |
Color Harmonies of #B7A33C
Complementary color
Monochromatic Colors of #B7A33C
Black with #B7A33C
Text Example
Text Example
White with #B7A33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A33C; }
p { color: rgb(183,163,60); }
H1.HeaderClassName
{
color: #B7A33C;
}
.AnyTagClassName
{
color: #B7A33C;
}
</style>
background-color css
<style>
a { background-color: #B7A33C; }
a { background-color: rgb(183,163,60); }
div.DivClassName
{
background-color: #B7A33C;
}
.BgClassName
{
background-color: #B7A33C;
}
</style>
border-color css
<style>
span { border-color: #B7A33C; }
span { border-color: rgb(183,163,60); }
td.TdClassName
{
border-color: #B7A33C;
}
.TagClassName
{
border-color: #B7A33C;
}
</style>