Shades of Brass #B0A74B
Tints of Brass #B0A74B
RGB
CMYK
RGB Variations
Color information
#B0A74B (or 0xB0A74B) is known color: Brass. HEX triplet: B0, A7 and 4B. RGB value is (176,167,75). Sum of RGB (Red+Green+Blue) = 176+167+75=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A74B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A74B is #4F58B4. Grayscale: #9F9F9F. Windows color (decimal): -5200053 or 4958128. OLE color: 4958128.
HSL color Cylindrical-coordinate representation of color #B0A74B: hue angle of 54.65º 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 #B0A74B is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 167 | 75 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.31 |
| HSL | 54.65º | 0.4% | 0.49% | - |
| HSV(B) | 54.65º | 0.57% | 0.69% | - |
| XYZ | 32.99 | 37.38 | 12.13 | - |
| YUV | 159.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 75 | 0 | 0.05 | 0.57 | 0.31 | 54.65 | 0.4 | 0.49 |
| Hex | B0 | A7 | 4B | 0 | 5 | 39 | 1F | 37 | 28 | 31 |
| Octal | 260 | 247 | 113 | 0 | 5 | 71 | 37 | 67 | 50 | 61 |
| Binary | 10110000 | 10100111 | 1001011 | 0 | 101 | 111001 | 11111 | 110111 | 101000 | 110001 |
Color Harmonies of #B0A74B
Complementary color
Monochromatic Colors of #B0A74B
Black with #B0A74B
Text Example
Text Example
White with #B0A74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A74B; }
p { color: rgb(176,167,75); }
H1.HeaderClassName
{
color: #B0A74B;
}
.AnyTagClassName
{
color: #B0A74B;
}
</style>
background-color css
<style>
a { background-color: #B0A74B; }
a { background-color: rgb(176,167,75); }
div.DivClassName
{
background-color: #B0A74B;
}
.BgClassName
{
background-color: #B0A74B;
}
</style>
border-color css
<style>
span { border-color: #B0A74B; }
span { border-color: rgb(176,167,75); }
td.TdClassName
{
border-color: #B0A74B;
}
.TagClassName
{
border-color: #B0A74B;
}
</style>