Shades of Brass #B8A834
Tints of Brass #B8A834
RGB
CMYK
RGB Variations
Color information
#B8A834 (or 0xB8A834) is known color: Brass. HEX triplet: B8, A8 and 34. RGB value is (184,168,52). Sum of RGB (Red+Green+Blue) = 184+168+52=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A834 is #4757CB. Grayscale: #A0A0A0. Windows color (decimal): -4675532 or 3451064. OLE color: 3451064.
HSL color Cylindrical-coordinate representation of color #B8A834: hue angle of 52.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8A834 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 52 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.28 |
| HSL | 52.73º | 0.56% | 0.46% | - |
| HSV(B) | 52.73º | 0.72% | 0.72% | - |
| XYZ | 34.39 | 38.44 | 8.86 | - |
| YUV | 159.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 52 | 0 | 0.09 | 0.72 | 0.28 | 52.73 | 0.56 | 0.46 |
| Hex | B8 | A8 | 34 | 0 | 9 | 48 | 1C | 35 | 38 | 2E |
| Octal | 270 | 250 | 64 | 0 | 11 | 110 | 34 | 65 | 70 | 56 |
| Binary | 10111000 | 10101000 | 110100 | 0 | 1001 | 1001000 | 11100 | 110101 | 111000 | 101110 |
Color Harmonies of #B8A834
Complementary color
Monochromatic Colors of #B8A834
Black with #B8A834
Text Example
Text Example
White with #B8A834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A834; }
p { color: rgb(184,168,52); }
H1.HeaderClassName
{
color: #B8A834;
}
.AnyTagClassName
{
color: #B8A834;
}
</style>
background-color css
<style>
a { background-color: #B8A834; }
a { background-color: rgb(184,168,52); }
div.DivClassName
{
background-color: #B8A834;
}
.BgClassName
{
background-color: #B8A834;
}
</style>
border-color css
<style>
span { border-color: #B8A834; }
span { border-color: rgb(184,168,52); }
td.TdClassName
{
border-color: #B8A834;
}
.TagClassName
{
border-color: #B8A834;
}
</style>