Shades of Brass #B8A835
Tints of Brass #B8A835
RGB
CMYK
RGB Variations
Color information
#B8A835 (or 0xB8A835) is known color: Brass. HEX triplet: B8, A8 and 35. RGB value is (184,168,53). Sum of RGB (Red+Green+Blue) = 184+168+53=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A835 is #4757CA. Grayscale: #A0A0A0. Windows color (decimal): -4675531 or 3516600. OLE color: 3516600.
HSL color Cylindrical-coordinate representation of color #B8A835: hue angle of 52.67º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8A835 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 53 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.28 |
| HSL | 52.67º | 0.55% | 0.46% | - |
| HSV(B) | 52.67º | 0.71% | 0.72% | - |
| XYZ | 34.41 | 38.45 | 8.98 | - |
| YUV | 159.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 53 | 0 | 0.09 | 0.71 | 0.28 | 52.67 | 0.55 | 0.46 |
| Hex | B8 | A8 | 35 | 0 | 9 | 47 | 1C | 35 | 37 | 2E |
| Octal | 270 | 250 | 65 | 0 | 11 | 107 | 34 | 65 | 67 | 56 |
| Binary | 10111000 | 10101000 | 110101 | 0 | 1001 | 1000111 | 11100 | 110101 | 110111 | 101110 |
Color Harmonies of #B8A835
Complementary color
Monochromatic Colors of #B8A835
Black with #B8A835
Text Example
Text Example
White with #B8A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A835; }
p { color: rgb(184,168,53); }
H1.HeaderClassName
{
color: #B8A835;
}
.AnyTagClassName
{
color: #B8A835;
}
</style>
background-color css
<style>
a { background-color: #B8A835; }
a { background-color: rgb(184,168,53); }
div.DivClassName
{
background-color: #B8A835;
}
.BgClassName
{
background-color: #B8A835;
}
</style>
border-color css
<style>
span { border-color: #B8A835; }
span { border-color: rgb(184,168,53); }
td.TdClassName
{
border-color: #B8A835;
}
.TagClassName
{
border-color: #B8A835;
}
</style>