Shades of Brass #B89F3A
Tints of Brass #B89F3A
RGB
CMYK
RGB Variations
Color information
#B89F3A (or 0xB89F3A) is known color: Brass. HEX triplet: B8, 9F and 3A. RGB value is (184,159,58). Sum of RGB (Red+Green+Blue) = 184+159+58=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89F3A is #4760C5. Grayscale: #9B9B9B. Windows color (decimal): -4677830 or 3841976. OLE color: 3841976.
HSL color Cylindrical-coordinate representation of color #B89F3A: hue angle of 48.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B89F3A is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 58 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.28 |
| HSL | 48.1º | 0.52% | 0.47% | - |
| HSV(B) | 48.1º | 0.68% | 0.72% | - |
| XYZ | 32.93 | 35.29 | 9.08 | - |
| YUV | 154.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 58 | 0 | 0.14 | 0.68 | 0.28 | 48.1 | 0.52 | 0.47 |
| Hex | B8 | 9F | 3A | 0 | E | 44 | 1C | 30 | 34 | 2F |
| Octal | 270 | 237 | 72 | 0 | 16 | 104 | 34 | 60 | 64 | 57 |
| Binary | 10111000 | 10011111 | 111010 | 0 | 1110 | 1000100 | 11100 | 110000 | 110100 | 101111 |
Color Harmonies of #B89F3A
Complementary color
Monochromatic Colors of #B89F3A
Black with #B89F3A
Text Example
Text Example
White with #B89F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F3A; }
p { color: rgb(184,159,58); }
H1.HeaderClassName
{
color: #B89F3A;
}
.AnyTagClassName
{
color: #B89F3A;
}
</style>
background-color css
<style>
a { background-color: #B89F3A; }
a { background-color: rgb(184,159,58); }
div.DivClassName
{
background-color: #B89F3A;
}
.BgClassName
{
background-color: #B89F3A;
}
</style>
border-color css
<style>
span { border-color: #B89F3A; }
span { border-color: rgb(184,159,58); }
td.TdClassName
{
border-color: #B89F3A;
}
.TagClassName
{
border-color: #B89F3A;
}
</style>