Shades of Brass #B7AD44
Tints of Brass #B7AD44
RGB
CMYK
RGB Variations
Color information
#B7AD44 (or 0xB7AD44) is known color: Brass. HEX triplet: B7, AD and 44. RGB value is (183,173,68). Sum of RGB (Red+Green+Blue) = 183+173+68=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD44 is #4852BB. Grayscale: #A4A4A4. Windows color (decimal): -4739772 or 4500919. OLE color: 4500919.
HSL color Cylindrical-coordinate representation of color #B7AD44: hue angle of 54.78º 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 #B7AD44 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 68 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.28 |
| HSL | 54.78º | 0.46% | 0.49% | - |
| HSV(B) | 54.78º | 0.63% | 0.72% | - |
| XYZ | 35.52 | 40.37 | 11.39 | - |
| YUV | 164.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 68 | 0 | 0.05 | 0.63 | 0.28 | 54.78 | 0.46 | 0.49 |
| Hex | B7 | AD | 44 | 0 | 5 | 3F | 1C | 37 | 2E | 31 |
| Octal | 267 | 255 | 104 | 0 | 5 | 77 | 34 | 67 | 56 | 61 |
| Binary | 10110111 | 10101101 | 1000100 | 0 | 101 | 111111 | 11100 | 110111 | 101110 | 110001 |
Color Harmonies of #B7AD44
Complementary color
Monochromatic Colors of #B7AD44
Black with #B7AD44
Text Example
Text Example
White with #B7AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD44; }
p { color: rgb(183,173,68); }
H1.HeaderClassName
{
color: #B7AD44;
}
.AnyTagClassName
{
color: #B7AD44;
}
</style>
background-color css
<style>
a { background-color: #B7AD44; }
a { background-color: rgb(183,173,68); }
div.DivClassName
{
background-color: #B7AD44;
}
.BgClassName
{
background-color: #B7AD44;
}
</style>
border-color css
<style>
span { border-color: #B7AD44; }
span { border-color: rgb(183,173,68); }
td.TdClassName
{
border-color: #B7AD44;
}
.TagClassName
{
border-color: #B7AD44;
}
</style>