Shades of Brass #B1AD3C
Tints of Brass #B1AD3C
RGB
CMYK
RGB Variations
Color information
#B1AD3C (or 0xB1AD3C) is known color: Brass. HEX triplet: B1, AD and 3C. RGB value is (177,173,60). Sum of RGB (Red+Green+Blue) = 177+173+60=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD3C is #4E52C3. Grayscale: #A1A1A1. Windows color (decimal): -5132996 or 3976625. OLE color: 3976625.
HSL color Cylindrical-coordinate representation of color #B1AD3C: hue angle of 57.95º 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 #B1AD3C is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 60 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.31 |
| HSL | 57.95º | 0.49% | 0.46% | - |
| HSV(B) | 57.95º | 0.66% | 0.69% | - |
| XYZ | 33.89 | 39.56 | 10.12 | - |
| YUV | 161.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 60 | 0 | 0.02 | 0.66 | 0.31 | 57.95 | 0.49 | 0.46 |
| Hex | B1 | AD | 3C | 0 | 2 | 42 | 1F | 3A | 31 | 2E |
| Octal | 261 | 255 | 74 | 0 | 2 | 102 | 37 | 72 | 61 | 56 |
| Binary | 10110001 | 10101101 | 111100 | 0 | 10 | 1000010 | 11111 | 111010 | 110001 | 101110 |
Color Harmonies of #B1AD3C
Complementary color
Monochromatic Colors of #B1AD3C
Black with #B1AD3C
Text Example
Text Example
White with #B1AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD3C; }
p { color: rgb(177,173,60); }
H1.HeaderClassName
{
color: #B1AD3C;
}
.AnyTagClassName
{
color: #B1AD3C;
}
</style>
background-color css
<style>
a { background-color: #B1AD3C; }
a { background-color: rgb(177,173,60); }
div.DivClassName
{
background-color: #B1AD3C;
}
.BgClassName
{
background-color: #B1AD3C;
}
</style>
border-color css
<style>
span { border-color: #B1AD3C; }
span { border-color: rgb(177,173,60); }
td.TdClassName
{
border-color: #B1AD3C;
}
.TagClassName
{
border-color: #B1AD3C;
}
</style>