Shades of Brass #B7AD3C
Tints of Brass #B7AD3C
RGB
CMYK
RGB Variations
Color information
#B7AD3C (or 0xB7AD3C) is known color: Brass. HEX triplet: B7, AD and 3C. RGB value is (183,173,60). Sum of RGB (Red+Green+Blue) = 183+173+60=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD3C is #4852C3. Grayscale: #A3A3A3. Windows color (decimal): -4739780 or 3976631. OLE color: 3976631.
HSL color Cylindrical-coordinate representation of color #B7AD3C: hue angle of 55.12º 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 #B7AD3C is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 60 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.28 |
| HSL | 55.12º | 0.51% | 0.48% | - |
| HSV(B) | 55.12º | 0.67% | 0.72% | - |
| XYZ | 35.29 | 40.28 | 10.19 | - |
| YUV | 163.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 60 | 0 | 0.05 | 0.67 | 0.28 | 55.12 | 0.51 | 0.48 |
| Hex | B7 | AD | 3C | 0 | 5 | 43 | 1C | 37 | 33 | 30 |
| Octal | 267 | 255 | 74 | 0 | 5 | 103 | 34 | 67 | 63 | 60 |
| Binary | 10110111 | 10101101 | 111100 | 0 | 101 | 1000011 | 11100 | 110111 | 110011 | 110000 |
Color Harmonies of #B7AD3C
Complementary color
Monochromatic Colors of #B7AD3C
Black with #B7AD3C
Text Example
Text Example
White with #B7AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD3C; }
p { color: rgb(183,173,60); }
H1.HeaderClassName
{
color: #B7AD3C;
}
.AnyTagClassName
{
color: #B7AD3C;
}
</style>
background-color css
<style>
a { background-color: #B7AD3C; }
a { background-color: rgb(183,173,60); }
div.DivClassName
{
background-color: #B7AD3C;
}
.BgClassName
{
background-color: #B7AD3C;
}
</style>
border-color css
<style>
span { border-color: #B7AD3C; }
span { border-color: rgb(183,173,60); }
td.TdClassName
{
border-color: #B7AD3C;
}
.TagClassName
{
border-color: #B7AD3C;
}
</style>