Shades of Brass #B7AD3B
Tints of Brass #B7AD3B
RGB
CMYK
RGB Variations
Color information
#B7AD3B (or 0xB7AD3B) is known color: Brass. HEX triplet: B7, AD and 3B. RGB value is (183,173,59). Sum of RGB (Red+Green+Blue) = 183+173+59=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD3B is #4852C4. Grayscale: #A3A3A3. Windows color (decimal): -4739781 or 3911095. OLE color: 3911095.
HSL color Cylindrical-coordinate representation of color #B7AD3B: hue angle of 55.16º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7AD3B is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 59 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.28 |
| HSL | 55.16º | 0.51% | 0.47% | - |
| HSV(B) | 55.16º | 0.68% | 0.72% | - |
| XYZ | 35.26 | 40.27 | 10.05 | - |
| YUV | 162.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 59 | 0 | 0.05 | 0.68 | 0.28 | 55.16 | 0.51 | 0.47 |
| Hex | B7 | AD | 3B | 0 | 5 | 44 | 1C | 37 | 33 | 2F |
| Octal | 267 | 255 | 73 | 0 | 5 | 104 | 34 | 67 | 63 | 57 |
| Binary | 10110111 | 10101101 | 111011 | 0 | 101 | 1000100 | 11100 | 110111 | 110011 | 101111 |
Color Harmonies of #B7AD3B
Complementary color
Monochromatic Colors of #B7AD3B
Black with #B7AD3B
Text Example
Text Example
White with #B7AD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD3B; }
p { color: rgb(183,173,59); }
H1.HeaderClassName
{
color: #B7AD3B;
}
.AnyTagClassName
{
color: #B7AD3B;
}
</style>
background-color css
<style>
a { background-color: #B7AD3B; }
a { background-color: rgb(183,173,59); }
div.DivClassName
{
background-color: #B7AD3B;
}
.BgClassName
{
background-color: #B7AD3B;
}
</style>
border-color css
<style>
span { border-color: #B7AD3B; }
span { border-color: rgb(183,173,59); }
td.TdClassName
{
border-color: #B7AD3B;
}
.TagClassName
{
border-color: #B7AD3B;
}
</style>