Shades of Brass #B99F3A
Tints of Brass #B99F3A
RGB
CMYK
RGB Variations
Color information
#B99F3A (or 0xB99F3A) is known color: Brass. HEX triplet: B9, 9F and 3A. RGB value is (185,159,58). Sum of RGB (Red+Green+Blue) = 185+159+58=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99F3A is #4660C5. Grayscale: #9B9B9B. Windows color (decimal): -4612294 or 3841977. OLE color: 3841977.
HSL color Cylindrical-coordinate representation of color #B99F3A: hue angle of 47.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B99F3A is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 58 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.27 |
| HSL | 47.72º | 0.52% | 0.48% | - |
| HSV(B) | 47.72º | 0.69% | 0.73% | - |
| XYZ | 33.17 | 35.42 | 9.09 | - |
| YUV | 155.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 58 | 0 | 0.14 | 0.69 | 0.27 | 47.72 | 0.52 | 0.48 |
| Hex | B9 | 9F | 3A | 0 | E | 45 | 1B | 30 | 34 | 30 |
| Octal | 271 | 237 | 72 | 0 | 16 | 105 | 33 | 60 | 64 | 60 |
| Binary | 10111001 | 10011111 | 111010 | 0 | 1110 | 1000101 | 11011 | 110000 | 110100 | 110000 |
Color Harmonies of #B99F3A
Complementary color
Monochromatic Colors of #B99F3A
Black with #B99F3A
Text Example
Text Example
White with #B99F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99F3A; }
p { color: rgb(185,159,58); }
H1.HeaderClassName
{
color: #B99F3A;
}
.AnyTagClassName
{
color: #B99F3A;
}
</style>
background-color css
<style>
a { background-color: #B99F3A; }
a { background-color: rgb(185,159,58); }
div.DivClassName
{
background-color: #B99F3A;
}
.BgClassName
{
background-color: #B99F3A;
}
</style>
border-color css
<style>
span { border-color: #B99F3A; }
span { border-color: rgb(185,159,58); }
td.TdClassName
{
border-color: #B99F3A;
}
.TagClassName
{
border-color: #B99F3A;
}
</style>