Shades of Brass #B8A44B
Tints of Brass #B8A44B
RGB
CMYK
RGB Variations
Color information
#B8A44B (or 0xB8A44B) is known color: Brass. HEX triplet: B8, A4 and 4B. RGB value is (184,164,75). Sum of RGB (Red+Green+Blue) = 184+164+75=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A44B is #475BB4. Grayscale: #A0A0A0. Windows color (decimal): -4676533 or 4957368. OLE color: 4957368.
HSL color Cylindrical-coordinate representation of color #B8A44B: hue angle of 48.99º 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 #B8A44B is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 75 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.28 |
| HSL | 48.99º | 0.43% | 0.51% | - |
| HSV(B) | 48.99º | 0.59% | 0.72% | - |
| XYZ | 34.31 | 37.25 | 12.04 | - |
| YUV | 159.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 75 | 0 | 0.11 | 0.59 | 0.28 | 48.99 | 0.43 | 0.51 |
| Hex | B8 | A4 | 4B | 0 | B | 3B | 1C | 31 | 2B | 33 |
| Octal | 270 | 244 | 113 | 0 | 13 | 73 | 34 | 61 | 53 | 63 |
| Binary | 10111000 | 10100100 | 1001011 | 0 | 1011 | 111011 | 11100 | 110001 | 101011 | 110011 |
Color Harmonies of #B8A44B
Complementary color
Monochromatic Colors of #B8A44B
Black with #B8A44B
Text Example
Text Example
White with #B8A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A44B; }
p { color: rgb(184,164,75); }
H1.HeaderClassName
{
color: #B8A44B;
}
.AnyTagClassName
{
color: #B8A44B;
}
</style>
background-color css
<style>
a { background-color: #B8A44B; }
a { background-color: rgb(184,164,75); }
div.DivClassName
{
background-color: #B8A44B;
}
.BgClassName
{
background-color: #B8A44B;
}
</style>
border-color css
<style>
span { border-color: #B8A44B; }
span { border-color: rgb(184,164,75); }
td.TdClassName
{
border-color: #B8A44B;
}
.TagClassName
{
border-color: #B8A44B;
}
</style>