Shades of Brass #B7AD4B
Tints of Brass #B7AD4B
RGB
CMYK
RGB Variations
Color information
#B7AD4B (or 0xB7AD4B) is known color: Brass. HEX triplet: B7, AD and 4B. RGB value is (183,173,75). Sum of RGB (Red+Green+Blue) = 183+173+75=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD4B is #4852B4. Grayscale: #A5A5A5. Windows color (decimal): -4739765 or 4959671. OLE color: 4959671.
HSL color Cylindrical-coordinate representation of color #B7AD4B: hue angle of 54.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7AD4B is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 75 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.28 |
| HSL | 54.44º | 0.43% | 0.51% | - |
| HSV(B) | 54.44º | 0.59% | 0.72% | - |
| XYZ | 35.74 | 40.46 | 12.58 | - |
| YUV | 164.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 75 | 0 | 0.05 | 0.59 | 0.28 | 54.44 | 0.43 | 0.51 |
| Hex | B7 | AD | 4B | 0 | 5 | 3B | 1C | 36 | 2B | 33 |
| Octal | 267 | 255 | 113 | 0 | 5 | 73 | 34 | 66 | 53 | 63 |
| Binary | 10110111 | 10101101 | 1001011 | 0 | 101 | 111011 | 11100 | 110110 | 101011 | 110011 |
Color Harmonies of #B7AD4B
Complementary color
Monochromatic Colors of #B7AD4B
Black with #B7AD4B
Text Example
Text Example
White with #B7AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD4B; }
p { color: rgb(183,173,75); }
H1.HeaderClassName
{
color: #B7AD4B;
}
.AnyTagClassName
{
color: #B7AD4B;
}
</style>
background-color css
<style>
a { background-color: #B7AD4B; }
a { background-color: rgb(183,173,75); }
div.DivClassName
{
background-color: #B7AD4B;
}
.BgClassName
{
background-color: #B7AD4B;
}
</style>
border-color css
<style>
span { border-color: #B7AD4B; }
span { border-color: rgb(183,173,75); }
td.TdClassName
{
border-color: #B7AD4B;
}
.TagClassName
{
border-color: #B7AD4B;
}
</style>