Shades of Brass #B1A44B
Tints of Brass #B1A44B
RGB
CMYK
RGB Variations
Color information
#B1A44B (or 0xB1A44B) is known color: Brass. HEX triplet: B1, A4 and 4B. RGB value is (177,164,75). Sum of RGB (Red+Green+Blue) = 177+164+75=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A44B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A44B is #4E5BB4. Grayscale: #9E9E9E. Windows color (decimal): -5135285 or 4957361. OLE color: 4957361.
HSL color Cylindrical-coordinate representation of color #B1A44B: hue angle of 52.35º 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 #B1A44B is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 75 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.31 |
| HSL | 52.35º | 0.4% | 0.49% | - |
| HSV(B) | 52.35º | 0.58% | 0.69% | - |
| XYZ | 32.68 | 36.41 | 11.96 | - |
| YUV | 157.74 | 81.31 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 75 | 0 | 0.07 | 0.58 | 0.31 | 52.35 | 0.4 | 0.49 |
| Hex | B1 | A4 | 4B | 0 | 7 | 3A | 1F | 34 | 28 | 31 |
| Octal | 261 | 244 | 113 | 0 | 7 | 72 | 37 | 64 | 50 | 61 |
| Binary | 10110001 | 10100100 | 1001011 | 0 | 111 | 111010 | 11111 | 110100 | 101000 | 110001 |
Color Harmonies of #B1A44B
Complementary color
Monochromatic Colors of #B1A44B
Black with #B1A44B
Text Example
Text Example
White with #B1A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A44B; }
p { color: rgb(177,164,75); }
H1.HeaderClassName
{
color: #B1A44B;
}
.AnyTagClassName
{
color: #B1A44B;
}
</style>
background-color css
<style>
a { background-color: #B1A44B; }
a { background-color: rgb(177,164,75); }
div.DivClassName
{
background-color: #B1A44B;
}
.BgClassName
{
background-color: #B1A44B;
}
</style>
border-color css
<style>
span { border-color: #B1A44B; }
span { border-color: rgb(177,164,75); }
td.TdClassName
{
border-color: #B1A44B;
}
.TagClassName
{
border-color: #B1A44B;
}
</style>