Shades of Brass #B1B140
Tints of Brass #B1B140
RGB
CMYK
RGB Variations
Color information
#B1B140 (or 0xB1B140) is known color: Brass. HEX triplet: B1, B1 and 40. RGB value is (177,177,64). Sum of RGB (Red+Green+Blue) = 177+177+64=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B140 is #4E4EBF. Grayscale: #A4A4A4. Windows color (decimal): -5131968 or 4239793. OLE color: 4239793.
HSL color Cylindrical-coordinate representation of color #B1B140: hue angle of 60º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1B140 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 64 | - |
| CMYK | 0 | 0 | 0.64 | 0.31 |
| HSL | 60º | 0.47% | 0.47% | - |
| HSV(B) | 60º | 0.64% | 0.69% | - |
| XYZ | 34.78 | 41.16 | 10.96 | - |
| YUV | 164.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 64 | 0 | 0 | 0.64 | 0.31 | 60 | 0.47 | 0.47 |
| Hex | B1 | B1 | 40 | 0 | 0 | 40 | 1F | 3C | 2F | 2F |
| Octal | 261 | 261 | 100 | 0 | 0 | 100 | 37 | 74 | 57 | 57 |
| Binary | 10110001 | 10110001 | 1000000 | 0 | 0 | 1000000 | 11111 | 111100 | 101111 | 101111 |
Color Harmonies of #B1B140
Complementary color
Monochromatic Colors of #B1B140
Black with #B1B140
Text Example
Text Example
White with #B1B140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B140; }
p { color: rgb(177,177,64); }
H1.HeaderClassName
{
color: #B1B140;
}
.AnyTagClassName
{
color: #B1B140;
}
</style>
background-color css
<style>
a { background-color: #B1B140; }
a { background-color: rgb(177,177,64); }
div.DivClassName
{
background-color: #B1B140;
}
.BgClassName
{
background-color: #B1B140;
}
</style>
border-color css
<style>
span { border-color: #B1B140; }
span { border-color: rgb(177,177,64); }
td.TdClassName
{
border-color: #B1B140;
}
.TagClassName
{
border-color: #B1B140;
}
</style>