Shades of Brass #B7AD42
Tints of Brass #B7AD42
RGB
CMYK
RGB Variations
Color information
#B7AD42 (or 0xB7AD42) is known color: Brass. HEX triplet: B7, AD and 42. RGB value is (183,173,66). Sum of RGB (Red+Green+Blue) = 183+173+66=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD42 is #4852BD. Grayscale: #A4A4A4. Windows color (decimal): -4739774 or 4369847. OLE color: 4369847.
HSL color Cylindrical-coordinate representation of color #B7AD42: hue angle of 54.87º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7AD42 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 66 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.28 |
| HSL | 54.87º | 0.47% | 0.49% | - |
| HSV(B) | 54.87º | 0.64% | 0.72% | - |
| XYZ | 35.46 | 40.35 | 11.07 | - |
| YUV | 163.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 66 | 0 | 0.05 | 0.64 | 0.28 | 54.87 | 0.47 | 0.49 |
| Hex | B7 | AD | 42 | 0 | 5 | 40 | 1C | 37 | 2F | 31 |
| Octal | 267 | 255 | 102 | 0 | 5 | 100 | 34 | 67 | 57 | 61 |
| Binary | 10110111 | 10101101 | 1000010 | 0 | 101 | 1000000 | 11100 | 110111 | 101111 | 110001 |
Color Harmonies of #B7AD42
Complementary color
Monochromatic Colors of #B7AD42
Black with #B7AD42
Text Example
Text Example
White with #B7AD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD42; }
p { color: rgb(183,173,66); }
H1.HeaderClassName
{
color: #B7AD42;
}
.AnyTagClassName
{
color: #B7AD42;
}
</style>
background-color css
<style>
a { background-color: #B7AD42; }
a { background-color: rgb(183,173,66); }
div.DivClassName
{
background-color: #B7AD42;
}
.BgClassName
{
background-color: #B7AD42;
}
</style>
border-color css
<style>
span { border-color: #B7AD42; }
span { border-color: rgb(183,173,66); }
td.TdClassName
{
border-color: #B7AD42;
}
.TagClassName
{
border-color: #B7AD42;
}
</style>