Shades of Brass #B1A732
Tints of Brass #B1A732
RGB
CMYK
RGB Variations
Color information
#B1A732 (or 0xB1A732) is known color: Brass. HEX triplet: B1, A7 and 32. RGB value is (177,167,50). Sum of RGB (Red+Green+Blue) = 177+167+50=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A732 is #4E58CD. Grayscale: #9D9D9D. Windows color (decimal): -5134542 or 3319729. OLE color: 3319729.
HSL color Cylindrical-coordinate representation of color #B1A732: hue angle of 55.28º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1A732 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 50 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.31 |
| HSL | 55.28º | 0.56% | 0.45% | - |
| HSV(B) | 55.28º | 0.72% | 0.69% | - |
| XYZ | 32.53 | 37.21 | 8.49 | - |
| YUV | 156.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 50 | 0 | 0.06 | 0.72 | 0.31 | 55.28 | 0.56 | 0.45 |
| Hex | B1 | A7 | 32 | 0 | 6 | 48 | 1F | 37 | 38 | 2D |
| Octal | 261 | 247 | 62 | 0 | 6 | 110 | 37 | 67 | 70 | 55 |
| Binary | 10110001 | 10100111 | 110010 | 0 | 110 | 1001000 | 11111 | 110111 | 111000 | 101101 |
Color Harmonies of #B1A732
Complementary color
Monochromatic Colors of #B1A732
Black with #B1A732
Text Example
Text Example
White with #B1A732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A732; }
p { color: rgb(177,167,50); }
H1.HeaderClassName
{
color: #B1A732;
}
.AnyTagClassName
{
color: #B1A732;
}
</style>
background-color css
<style>
a { background-color: #B1A732; }
a { background-color: rgb(177,167,50); }
div.DivClassName
{
background-color: #B1A732;
}
.BgClassName
{
background-color: #B1A732;
}
</style>
border-color css
<style>
span { border-color: #B1A732; }
span { border-color: rgb(177,167,50); }
td.TdClassName
{
border-color: #B1A732;
}
.TagClassName
{
border-color: #B1A732;
}
</style>