Shades of Brass #B8AD39
Tints of Brass #B8AD39
RGB
CMYK
RGB Variations
Color information
#B8AD39 (or 0xB8AD39) is known color: Brass. HEX triplet: B8, AD and 39. RGB value is (184,173,57). Sum of RGB (Red+Green+Blue) = 184+173+57=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD39 is #4752C6. Grayscale: #A3A3A3. Windows color (decimal): -4674247 or 3780024. OLE color: 3780024.
HSL color Cylindrical-coordinate representation of color #B8AD39: hue angle of 54.8º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8AD39 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 57 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.28 |
| HSL | 54.8º | 0.53% | 0.47% | - |
| HSV(B) | 54.8º | 0.69% | 0.72% | - |
| XYZ | 35.45 | 40.37 | 9.8 | - |
| YUV | 163.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 57 | 0 | 0.06 | 0.69 | 0.28 | 54.8 | 0.53 | 0.47 |
| Hex | B8 | AD | 39 | 0 | 6 | 45 | 1C | 37 | 35 | 2F |
| Octal | 270 | 255 | 71 | 0 | 6 | 105 | 34 | 67 | 65 | 57 |
| Binary | 10111000 | 10101101 | 111001 | 0 | 110 | 1000101 | 11100 | 110111 | 110101 | 101111 |
Color Harmonies of #B8AD39
Complementary color
Monochromatic Colors of #B8AD39
Black with #B8AD39
Text Example
Text Example
White with #B8AD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD39; }
p { color: rgb(184,173,57); }
H1.HeaderClassName
{
color: #B8AD39;
}
.AnyTagClassName
{
color: #B8AD39;
}
</style>
background-color css
<style>
a { background-color: #B8AD39; }
a { background-color: rgb(184,173,57); }
div.DivClassName
{
background-color: #B8AD39;
}
.BgClassName
{
background-color: #B8AD39;
}
</style>
border-color css
<style>
span { border-color: #B8AD39; }
span { border-color: rgb(184,173,57); }
td.TdClassName
{
border-color: #B8AD39;
}
.TagClassName
{
border-color: #B8AD39;
}
</style>