Shades of Brass #B8A838
Tints of Brass #B8A838
RGB
CMYK
RGB Variations
Color information
#B8A838 (or 0xB8A838) is known color: Brass. HEX triplet: B8, A8 and 38. RGB value is (184,168,56). Sum of RGB (Red+Green+Blue) = 184+168+56=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A838 is #4757C7. Grayscale: #A0A0A0. Windows color (decimal): -4675528 or 3713208. OLE color: 3713208.
HSL color Cylindrical-coordinate representation of color #B8A838: hue angle of 52.5º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8A838 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 56 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.28 |
| HSL | 52.5º | 0.53% | 0.47% | - |
| HSV(B) | 52.5º | 0.7% | 0.72% | - |
| XYZ | 34.48 | 38.48 | 9.35 | - |
| YUV | 160.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 56 | 0 | 0.09 | 0.70 | 0.28 | 52.5 | 0.53 | 0.47 |
| Hex | B8 | A8 | 38 | 0 | 9 | 46 | 1C | 34 | 35 | 2F |
| Octal | 270 | 250 | 70 | 0 | 11 | 106 | 34 | 64 | 65 | 57 |
| Binary | 10111000 | 10101000 | 111000 | 0 | 1001 | 1000110 | 11100 | 110100 | 110101 | 101111 |
Color Harmonies of #B8A838
Complementary color
Monochromatic Colors of #B8A838
Black with #B8A838
Text Example
Text Example
White with #B8A838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A838; }
p { color: rgb(184,168,56); }
H1.HeaderClassName
{
color: #B8A838;
}
.AnyTagClassName
{
color: #B8A838;
}
</style>
background-color css
<style>
a { background-color: #B8A838; }
a { background-color: rgb(184,168,56); }
div.DivClassName
{
background-color: #B8A838;
}
.BgClassName
{
background-color: #B8A838;
}
</style>
border-color css
<style>
span { border-color: #B8A838; }
span { border-color: rgb(184,168,56); }
td.TdClassName
{
border-color: #B8A838;
}
.TagClassName
{
border-color: #B8A838;
}
</style>