Shades of Brass #B1AE3C
Tints of Brass #B1AE3C
RGB
CMYK
RGB Variations
Color information
#B1AE3C (or 0xB1AE3C) is known color: Brass. HEX triplet: B1, AE and 3C. RGB value is (177,174,60). Sum of RGB (Red+Green+Blue) = 177+174+60=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AE3C is #4E51C3. Grayscale: #A2A2A2. Windows color (decimal): -5132740 or 3976881. OLE color: 3976881.
HSL color Cylindrical-coordinate representation of color #B1AE3C: hue angle of 58.46º 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 #B1AE3C is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 60 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.31 |
| HSL | 58.46º | 0.49% | 0.46% | - |
| HSV(B) | 58.46º | 0.66% | 0.69% | - |
| XYZ | 34.08 | 39.95 | 10.19 | - |
| YUV | 161.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 60 | 0 | 0.02 | 0.66 | 0.31 | 58.46 | 0.49 | 0.46 |
| Hex | B1 | AE | 3C | 0 | 2 | 42 | 1F | 3A | 31 | 2E |
| Octal | 261 | 256 | 74 | 0 | 2 | 102 | 37 | 72 | 61 | 56 |
| Binary | 10110001 | 10101110 | 111100 | 0 | 10 | 1000010 | 11111 | 111010 | 110001 | 101110 |
Color Harmonies of #B1AE3C
Complementary color
Monochromatic Colors of #B1AE3C
Black with #B1AE3C
Text Example
Text Example
White with #B1AE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE3C; }
p { color: rgb(177,174,60); }
H1.HeaderClassName
{
color: #B1AE3C;
}
.AnyTagClassName
{
color: #B1AE3C;
}
</style>
background-color css
<style>
a { background-color: #B1AE3C; }
a { background-color: rgb(177,174,60); }
div.DivClassName
{
background-color: #B1AE3C;
}
.BgClassName
{
background-color: #B1AE3C;
}
</style>
border-color css
<style>
span { border-color: #B1AE3C; }
span { border-color: rgb(177,174,60); }
td.TdClassName
{
border-color: #B1AE3C;
}
.TagClassName
{
border-color: #B1AE3C;
}
</style>