Shades of Brass #B1A34B
Tints of Brass #B1A34B
RGB
CMYK
RGB Variations
Color information
#B1A34B (or 0xB1A34B) is known color: Brass. HEX triplet: B1, A3 and 4B. RGB value is (177,163,75). Sum of RGB (Red+Green+Blue) = 177+163+75=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A34B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A34B is #4E5CB4. Grayscale: #9D9D9D. Windows color (decimal): -5135541 or 4957105. OLE color: 4957105.
HSL color Cylindrical-coordinate representation of color #B1A34B: hue angle of 51.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1A34B is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 75 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.31 |
| HSL | 51.76º | 0.4% | 0.49% | - |
| HSV(B) | 51.76º | 0.58% | 0.69% | - |
| XYZ | 32.5 | 36.05 | 11.9 | - |
| YUV | 157.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 75 | 0 | 0.08 | 0.58 | 0.31 | 51.76 | 0.4 | 0.49 |
| Hex | B1 | A3 | 4B | 0 | 8 | 3A | 1F | 34 | 28 | 31 |
| Octal | 261 | 243 | 113 | 0 | 10 | 72 | 37 | 64 | 50 | 61 |
| Binary | 10110001 | 10100011 | 1001011 | 0 | 1000 | 111010 | 11111 | 110100 | 101000 | 110001 |
Color Harmonies of #B1A34B
Complementary color
Monochromatic Colors of #B1A34B
Black with #B1A34B
Text Example
Text Example
White with #B1A34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A34B; }
p { color: rgb(177,163,75); }
H1.HeaderClassName
{
color: #B1A34B;
}
.AnyTagClassName
{
color: #B1A34B;
}
</style>
background-color css
<style>
a { background-color: #B1A34B; }
a { background-color: rgb(177,163,75); }
div.DivClassName
{
background-color: #B1A34B;
}
.BgClassName
{
background-color: #B1A34B;
}
</style>
border-color css
<style>
span { border-color: #B1A34B; }
span { border-color: rgb(177,163,75); }
td.TdClassName
{
border-color: #B1A34B;
}
.TagClassName
{
border-color: #B1A34B;
}
</style>