Shades of Brass #B8A74B
Tints of Brass #B8A74B
RGB
CMYK
RGB Variations
Color information
#B8A74B (or 0xB8A74B) is known color: Brass. HEX triplet: B8, A7 and 4B. RGB value is (184,167,75). Sum of RGB (Red+Green+Blue) = 184+167+75=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A74B is #4758B4. Grayscale: #A1A1A1. Windows color (decimal): -4675765 or 4958136. OLE color: 4958136.
HSL color Cylindrical-coordinate representation of color #B8A74B: hue angle of 50.64º 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 #B8A74B is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 167 | 75 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.28 |
| HSL | 50.64º | 0.43% | 0.51% | - |
| HSV(B) | 50.64º | 0.59% | 0.72% | - |
| XYZ | 34.86 | 38.34 | 12.22 | - |
| YUV | 161.6 | 79.13 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 75 | 0 | 0.09 | 0.59 | 0.28 | 50.64 | 0.43 | 0.51 |
| Hex | B8 | A7 | 4B | 0 | 9 | 3B | 1C | 33 | 2B | 33 |
| Octal | 270 | 247 | 113 | 0 | 11 | 73 | 34 | 63 | 53 | 63 |
| Binary | 10111000 | 10100111 | 1001011 | 0 | 1001 | 111011 | 11100 | 110011 | 101011 | 110011 |
Color Harmonies of #B8A74B
Complementary color
Monochromatic Colors of #B8A74B
Black with #B8A74B
Text Example
Text Example
White with #B8A74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A74B; }
p { color: rgb(184,167,75); }
H1.HeaderClassName
{
color: #B8A74B;
}
.AnyTagClassName
{
color: #B8A74B;
}
</style>
background-color css
<style>
a { background-color: #B8A74B; }
a { background-color: rgb(184,167,75); }
div.DivClassName
{
background-color: #B8A74B;
}
.BgClassName
{
background-color: #B8A74B;
}
</style>
border-color css
<style>
span { border-color: #B8A74B; }
span { border-color: rgb(184,167,75); }
td.TdClassName
{
border-color: #B8A74B;
}
.TagClassName
{
border-color: #B8A74B;
}
</style>