Shades of Brass #B8AC3F
Tints of Brass #B8AC3F
RGB
CMYK
RGB Variations
Color information
#B8AC3F (or 0xB8AC3F) is known color: Brass. HEX triplet: B8, AC and 3F. RGB value is (184,172,63). Sum of RGB (Red+Green+Blue) = 184+172+63=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC3F is #4753C0. Grayscale: #A3A3A3. Windows color (decimal): -4674497 or 4172984. OLE color: 4172984.
HSL color Cylindrical-coordinate representation of color #B8AC3F: hue angle of 54.05º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8AC3F is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 63 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.28 |
| HSL | 54.05º | 0.49% | 0.48% | - |
| HSV(B) | 54.05º | 0.66% | 0.72% | - |
| XYZ | 35.42 | 40.05 | 10.57 | - |
| YUV | 163.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 63 | 0 | 0.07 | 0.66 | 0.28 | 54.05 | 0.49 | 0.48 |
| Hex | B8 | AC | 3F | 0 | 7 | 42 | 1C | 36 | 31 | 30 |
| Octal | 270 | 254 | 77 | 0 | 7 | 102 | 34 | 66 | 61 | 60 |
| Binary | 10111000 | 10101100 | 111111 | 0 | 111 | 1000010 | 11100 | 110110 | 110001 | 110000 |
Color Harmonies of #B8AC3F
Complementary color
Monochromatic Colors of #B8AC3F
Black with #B8AC3F
Text Example
Text Example
White with #B8AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC3F; }
p { color: rgb(184,172,63); }
H1.HeaderClassName
{
color: #B8AC3F;
}
.AnyTagClassName
{
color: #B8AC3F;
}
</style>
background-color css
<style>
a { background-color: #B8AC3F; }
a { background-color: rgb(184,172,63); }
div.DivClassName
{
background-color: #B8AC3F;
}
.BgClassName
{
background-color: #B8AC3F;
}
</style>
border-color css
<style>
span { border-color: #B8AC3F; }
span { border-color: rgb(184,172,63); }
td.TdClassName
{
border-color: #B8AC3F;
}
.TagClassName
{
border-color: #B8AC3F;
}
</style>