Shades of Brass #B8A34B
Tints of Brass #B8A34B
RGB
CMYK
RGB Variations
Color information
#B8A34B (or 0xB8A34B) is known color: Brass. HEX triplet: B8, A3 and 4B. RGB value is (184,163,75). Sum of RGB (Red+Green+Blue) = 184+163+75=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A34B is #475CB4. Grayscale: #9F9F9F. Windows color (decimal): -4676789 or 4957112. OLE color: 4957112.
HSL color Cylindrical-coordinate representation of color #B8A34B: hue angle of 48.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8A34B is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 163 | 75 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.28 |
| HSL | 48.44º | 0.43% | 0.51% | - |
| HSV(B) | 48.44º | 0.59% | 0.72% | - |
| XYZ | 34.13 | 36.89 | 11.98 | - |
| YUV | 159.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 163 | 75 | 0 | 0.11 | 0.59 | 0.28 | 48.44 | 0.43 | 0.51 |
| Hex | B8 | A3 | 4B | 0 | B | 3B | 1C | 30 | 2B | 33 |
| Octal | 270 | 243 | 113 | 0 | 13 | 73 | 34 | 60 | 53 | 63 |
| Binary | 10111000 | 10100011 | 1001011 | 0 | 1011 | 111011 | 11100 | 110000 | 101011 | 110011 |
Color Harmonies of #B8A34B
Complementary color
Monochromatic Colors of #B8A34B
Black with #B8A34B
Text Example
Text Example
White with #B8A34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A34B; }
p { color: rgb(184,163,75); }
H1.HeaderClassName
{
color: #B8A34B;
}
.AnyTagClassName
{
color: #B8A34B;
}
</style>
background-color css
<style>
a { background-color: #B8A34B; }
a { background-color: rgb(184,163,75); }
div.DivClassName
{
background-color: #B8A34B;
}
.BgClassName
{
background-color: #B8A34B;
}
</style>
border-color css
<style>
span { border-color: #B8A34B; }
span { border-color: rgb(184,163,75); }
td.TdClassName
{
border-color: #B8A34B;
}
.TagClassName
{
border-color: #B8A34B;
}
</style>