Shades of Brass #B7A54B
Tints of Brass #B7A54B
RGB
CMYK
RGB Variations
Color information
#B7A54B (or 0xB7A54B) is known color: Brass. HEX triplet: B7, A5 and 4B. RGB value is (183,165,75). Sum of RGB (Red+Green+Blue) = 183+165+75=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A54B is #485AB4. Grayscale: #A0A0A0. Windows color (decimal): -4741813 or 4957623. OLE color: 4957623.
HSL color Cylindrical-coordinate representation of color #B7A54B: hue angle of 50º 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 #B7A54B is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 75 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.28 |
| HSL | 50º | 0.43% | 0.51% | - |
| HSV(B) | 50º | 0.59% | 0.72% | - |
| XYZ | 34.25 | 37.49 | 12.09 | - |
| YUV | 160.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 75 | 0 | 0.10 | 0.59 | 0.28 | 50 | 0.43 | 0.51 |
| Hex | B7 | A5 | 4B | 0 | A | 3B | 1C | 32 | 2B | 33 |
| Octal | 267 | 245 | 113 | 0 | 12 | 73 | 34 | 62 | 53 | 63 |
| Binary | 10110111 | 10100101 | 1001011 | 0 | 1010 | 111011 | 11100 | 110010 | 101011 | 110011 |
Color Harmonies of #B7A54B
Complementary color
Monochromatic Colors of #B7A54B
Black with #B7A54B
Text Example
Text Example
White with #B7A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A54B; }
p { color: rgb(183,165,75); }
H1.HeaderClassName
{
color: #B7A54B;
}
.AnyTagClassName
{
color: #B7A54B;
}
</style>
background-color css
<style>
a { background-color: #B7A54B; }
a { background-color: rgb(183,165,75); }
div.DivClassName
{
background-color: #B7A54B;
}
.BgClassName
{
background-color: #B7A54B;
}
</style>
border-color css
<style>
span { border-color: #B7A54B; }
span { border-color: rgb(183,165,75); }
td.TdClassName
{
border-color: #B7A54B;
}
.TagClassName
{
border-color: #B7A54B;
}
</style>