Shades of Brass #B7A74B
Tints of Brass #B7A74B
RGB
CMYK
RGB Variations
Color information
#B7A74B (or 0xB7A74B) is known color: Brass. HEX triplet: B7, A7 and 4B. RGB value is (183,167,75). Sum of RGB (Red+Green+Blue) = 183+167+75=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A74B is #4858B4. Grayscale: #A1A1A1. Windows color (decimal): -4741301 or 4958135. OLE color: 4958135.
HSL color Cylindrical-coordinate representation of color #B7A74B: hue angle of 51.11º 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 #B7A74B is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 75 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.28 |
| HSL | 51.11º | 0.43% | 0.51% | - |
| HSV(B) | 51.11º | 0.59% | 0.72% | - |
| XYZ | 34.62 | 38.21 | 12.21 | - |
| YUV | 161.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 75 | 0 | 0.09 | 0.59 | 0.28 | 51.11 | 0.43 | 0.51 |
| Hex | B7 | A7 | 4B | 0 | 9 | 3B | 1C | 33 | 2B | 33 |
| Octal | 267 | 247 | 113 | 0 | 11 | 73 | 34 | 63 | 53 | 63 |
| Binary | 10110111 | 10100111 | 1001011 | 0 | 1001 | 111011 | 11100 | 110011 | 101011 | 110011 |
Color Harmonies of #B7A74B
Complementary color
Monochromatic Colors of #B7A74B
Black with #B7A74B
Text Example
Text Example
White with #B7A74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A74B; }
p { color: rgb(183,167,75); }
H1.HeaderClassName
{
color: #B7A74B;
}
.AnyTagClassName
{
color: #B7A74B;
}
</style>
background-color css
<style>
a { background-color: #B7A74B; }
a { background-color: rgb(183,167,75); }
div.DivClassName
{
background-color: #B7A74B;
}
.BgClassName
{
background-color: #B7A74B;
}
</style>
border-color css
<style>
span { border-color: #B7A74B; }
span { border-color: rgb(183,167,75); }
td.TdClassName
{
border-color: #B7A74B;
}
.TagClassName
{
border-color: #B7A74B;
}
</style>