Shades of Brass #B8AC34
Tints of Brass #B8AC34
RGB
CMYK
RGB Variations
Color information
#B8AC34 (or 0xB8AC34) is known color: Brass. HEX triplet: B8, AC and 34. RGB value is (184,172,52). Sum of RGB (Red+Green+Blue) = 184+172+52=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC34 is #4753CB. Grayscale: #A2A2A2. Windows color (decimal): -4674508 or 3452088. OLE color: 3452088.
HSL color Cylindrical-coordinate representation of color #B8AC34: hue angle of 54.55º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8AC34 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 52 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.28 |
| HSL | 54.55º | 0.56% | 0.46% | - |
| HSV(B) | 54.55º | 0.72% | 0.72% | - |
| XYZ | 35.14 | 39.94 | 9.11 | - |
| YUV | 161.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 52 | 0 | 0.07 | 0.72 | 0.28 | 54.55 | 0.56 | 0.46 |
| Hex | B8 | AC | 34 | 0 | 7 | 48 | 1C | 37 | 38 | 2E |
| Octal | 270 | 254 | 64 | 0 | 7 | 110 | 34 | 67 | 70 | 56 |
| Binary | 10111000 | 10101100 | 110100 | 0 | 111 | 1001000 | 11100 | 110111 | 111000 | 101110 |
Color Harmonies of #B8AC34
Complementary color
Monochromatic Colors of #B8AC34
Black with #B8AC34
Text Example
Text Example
White with #B8AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC34; }
p { color: rgb(184,172,52); }
H1.HeaderClassName
{
color: #B8AC34;
}
.AnyTagClassName
{
color: #B8AC34;
}
</style>
background-color css
<style>
a { background-color: #B8AC34; }
a { background-color: rgb(184,172,52); }
div.DivClassName
{
background-color: #B8AC34;
}
.BgClassName
{
background-color: #B8AC34;
}
</style>
border-color css
<style>
span { border-color: #B8AC34; }
span { border-color: rgb(184,172,52); }
td.TdClassName
{
border-color: #B8AC34;
}
.TagClassName
{
border-color: #B8AC34;
}
</style>