Shades of Brass #B0A54B
Tints of Brass #B0A54B
RGB
CMYK
RGB Variations
Color information
#B0A54B (or 0xB0A54B) is known color: Brass. HEX triplet: B0, A5 and 4B. RGB value is (176,165,75). Sum of RGB (Red+Green+Blue) = 176+165+75=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A54B is #4F5AB4. Grayscale: #9E9E9E. Windows color (decimal): -5200565 or 4957616. OLE color: 4957616.
HSL color Cylindrical-coordinate representation of color #B0A54B: hue angle of 53.47º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0A54B is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 75 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.31 |
| HSL | 53.47º | 0.4% | 0.49% | - |
| HSV(B) | 53.47º | 0.57% | 0.69% | - |
| XYZ | 32.63 | 36.65 | 12.01 | - |
| YUV | 158.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 75 | 0 | 0.06 | 0.57 | 0.31 | 53.47 | 0.4 | 0.49 |
| Hex | B0 | A5 | 4B | 0 | 6 | 39 | 1F | 35 | 28 | 31 |
| Octal | 260 | 245 | 113 | 0 | 6 | 71 | 37 | 65 | 50 | 61 |
| Binary | 10110000 | 10100101 | 1001011 | 0 | 110 | 111001 | 11111 | 110101 | 101000 | 110001 |
Color Harmonies of #B0A54B
Complementary color
Monochromatic Colors of #B0A54B
Black with #B0A54B
Text Example
Text Example
White with #B0A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A54B; }
p { color: rgb(176,165,75); }
H1.HeaderClassName
{
color: #B0A54B;
}
.AnyTagClassName
{
color: #B0A54B;
}
</style>
background-color css
<style>
a { background-color: #B0A54B; }
a { background-color: rgb(176,165,75); }
div.DivClassName
{
background-color: #B0A54B;
}
.BgClassName
{
background-color: #B0A54B;
}
</style>
border-color css
<style>
span { border-color: #B0A54B; }
span { border-color: rgb(176,165,75); }
td.TdClassName
{
border-color: #B0A54B;
}
.TagClassName
{
border-color: #B0A54B;
}
</style>