Shades of Brass #BFB240
Tints of Brass #BFB240
RGB
CMYK
RGB Variations
Color information
#BFB240 (or 0xBFB240) is known color: Brass. HEX triplet: BF, B2 and 40. RGB value is (191,178,64). Sum of RGB (Red+Green+Blue) = 191+178+64=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB240 is #404DBF. Grayscale: #A9A9A9. Windows color (decimal): -4214208 or 4240063. OLE color: 4240063.
HSL color Cylindrical-coordinate representation of color #BFB240: hue angle of 53.86º 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 #BFB240 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 64 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.25 |
| HSL | 53.86º | 0.5% | 0.5% | - |
| HSV(B) | 53.86º | 0.66% | 0.75% | - |
| XYZ | 38.33 | 43.29 | 11.19 | - |
| YUV | 168.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 64 | 0 | 0.07 | 0.66 | 0.25 | 53.86 | 0.5 | 0.5 |
| Hex | BF | B2 | 40 | 0 | 7 | 42 | 19 | 36 | 32 | 32 |
| Octal | 277 | 262 | 100 | 0 | 7 | 102 | 31 | 66 | 62 | 62 |
| Binary | 10111111 | 10110010 | 1000000 | 0 | 111 | 1000010 | 11001 | 110110 | 110010 | 110010 |
Color Harmonies of #BFB240
Complementary color
Monochromatic Colors of #BFB240
Black with #BFB240
Text Example
Text Example
White with #BFB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB240; }
p { color: rgb(191,178,64); }
H1.HeaderClassName
{
color: #BFB240;
}
.AnyTagClassName
{
color: #BFB240;
}
</style>
background-color css
<style>
a { background-color: #BFB240; }
a { background-color: rgb(191,178,64); }
div.DivClassName
{
background-color: #BFB240;
}
.BgClassName
{
background-color: #BFB240;
}
</style>
border-color css
<style>
span { border-color: #BFB240; }
span { border-color: rgb(191,178,64); }
td.TdClassName
{
border-color: #BFB240;
}
.TagClassName
{
border-color: #BFB240;
}
</style>