Shades of Brass #B1A43C
Tints of Brass #B1A43C
RGB
CMYK
RGB Variations
Color information
#B1A43C (or 0xB1A43C) is known color: Brass. HEX triplet: B1, A4 and 3C. RGB value is (177,164,60). Sum of RGB (Red+Green+Blue) = 177+164+60=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A43C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A43C is #4E5BC3. Grayscale: #9C9C9C. Windows color (decimal): -5135300 or 3974321. OLE color: 3974321.
HSL color Cylindrical-coordinate representation of color #B1A43C: hue angle of 53.33º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1A43C is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 60 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.31 |
| HSL | 53.33º | 0.49% | 0.46% | - |
| HSV(B) | 53.33º | 0.66% | 0.69% | - |
| XYZ | 32.22 | 36.22 | 9.57 | - |
| YUV | 156.03 | 73.81 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 60 | 0 | 0.07 | 0.66 | 0.31 | 53.33 | 0.49 | 0.46 |
| Hex | B1 | A4 | 3C | 0 | 7 | 42 | 1F | 35 | 31 | 2E |
| Octal | 261 | 244 | 74 | 0 | 7 | 102 | 37 | 65 | 61 | 56 |
| Binary | 10110001 | 10100100 | 111100 | 0 | 111 | 1000010 | 11111 | 110101 | 110001 | 101110 |
Color Harmonies of #B1A43C
Complementary color
Monochromatic Colors of #B1A43C
Black with #B1A43C
Text Example
Text Example
White with #B1A43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A43C; }
p { color: rgb(177,164,60); }
H1.HeaderClassName
{
color: #B1A43C;
}
.AnyTagClassName
{
color: #B1A43C;
}
</style>
background-color css
<style>
a { background-color: #B1A43C; }
a { background-color: rgb(177,164,60); }
div.DivClassName
{
background-color: #B1A43C;
}
.BgClassName
{
background-color: #B1A43C;
}
</style>
border-color css
<style>
span { border-color: #B1A43C; }
span { border-color: rgb(177,164,60); }
td.TdClassName
{
border-color: #B1A43C;
}
.TagClassName
{
border-color: #B1A43C;
}
</style>