Shades of Brass #B7AD43
Tints of Brass #B7AD43
RGB
CMYK
RGB Variations
Color information
#B7AD43 (or 0xB7AD43) is known color: Brass. HEX triplet: B7, AD and 43. RGB value is (183,173,67). Sum of RGB (Red+Green+Blue) = 183+173+67=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD43 is #4852BC. Grayscale: #A4A4A4. Windows color (decimal): -4739773 or 4435383. OLE color: 4435383.
HSL color Cylindrical-coordinate representation of color #B7AD43: hue angle of 54.83º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7AD43 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 67 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.28 |
| HSL | 54.83º | 0.46% | 0.49% | - |
| HSV(B) | 54.83º | 0.63% | 0.72% | - |
| XYZ | 35.49 | 40.36 | 11.23 | - |
| YUV | 163.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 67 | 0 | 0.05 | 0.63 | 0.28 | 54.83 | 0.46 | 0.49 |
| Hex | B7 | AD | 43 | 0 | 5 | 3F | 1C | 37 | 2E | 31 |
| Octal | 267 | 255 | 103 | 0 | 5 | 77 | 34 | 67 | 56 | 61 |
| Binary | 10110111 | 10101101 | 1000011 | 0 | 101 | 111111 | 11100 | 110111 | 101110 | 110001 |
Color Harmonies of #B7AD43
Complementary color
Monochromatic Colors of #B7AD43
Black with #B7AD43
Text Example
Text Example
White with #B7AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD43; }
p { color: rgb(183,173,67); }
H1.HeaderClassName
{
color: #B7AD43;
}
.AnyTagClassName
{
color: #B7AD43;
}
</style>
background-color css
<style>
a { background-color: #B7AD43; }
a { background-color: rgb(183,173,67); }
div.DivClassName
{
background-color: #B7AD43;
}
.BgClassName
{
background-color: #B7AD43;
}
</style>
border-color css
<style>
span { border-color: #B7AD43; }
span { border-color: rgb(183,173,67); }
td.TdClassName
{
border-color: #B7AD43;
}
.TagClassName
{
border-color: #B7AD43;
}
</style>