Shades of Brass #BFB141
Tints of Brass #BFB141
RGB
CMYK
RGB Variations
Color information
#BFB141 (or 0xBFB141) is known color: Brass. HEX triplet: BF, B1 and 41. RGB value is (191,177,65). Sum of RGB (Red+Green+Blue) = 191+177+65=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB141 is #404EBE. Grayscale: #A8A8A8. Windows color (decimal): -4214463 or 4305343. OLE color: 4305343.
HSL color Cylindrical-coordinate representation of color #BFB141: hue angle of 53.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFB141 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 65 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.25 |
| HSL | 53.33º | 0.5% | 0.5% | - |
| HSV(B) | 53.33º | 0.66% | 0.75% | - |
| XYZ | 38.16 | 42.9 | 11.27 | - |
| YUV | 168.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 65 | 0 | 0.07 | 0.66 | 0.25 | 53.33 | 0.5 | 0.5 |
| Hex | BF | B1 | 41 | 0 | 7 | 42 | 19 | 35 | 32 | 32 |
| Octal | 277 | 261 | 101 | 0 | 7 | 102 | 31 | 65 | 62 | 62 |
| Binary | 10111111 | 10110001 | 1000001 | 0 | 111 | 1000010 | 11001 | 110101 | 110010 | 110010 |
Color Harmonies of #BFB141
Complementary color
Monochromatic Colors of #BFB141
Black with #BFB141
Text Example
Text Example
White with #BFB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB141; }
p { color: rgb(191,177,65); }
H1.HeaderClassName
{
color: #BFB141;
}
.AnyTagClassName
{
color: #BFB141;
}
</style>
background-color css
<style>
a { background-color: #BFB141; }
a { background-color: rgb(191,177,65); }
div.DivClassName
{
background-color: #BFB141;
}
.BgClassName
{
background-color: #BFB141;
}
</style>
border-color css
<style>
span { border-color: #BFB141; }
span { border-color: rgb(191,177,65); }
td.TdClassName
{
border-color: #BFB141;
}
.TagClassName
{
border-color: #BFB141;
}
</style>