Shades of Brass #BFB23E
Tints of Brass #BFB23E
RGB
CMYK
RGB Variations
Color information
#BFB23E (or 0xBFB23E) is known color: Brass. HEX triplet: BF, B2 and 3E. RGB value is (191,178,62). Sum of RGB (Red+Green+Blue) = 191+178+62=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB23E is #404DC1. Grayscale: #A9A9A9. Windows color (decimal): -4214210 or 4108991. OLE color: 4108991.
HSL color Cylindrical-coordinate representation of color #BFB23E: hue angle of 53.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFB23E is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 62 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.25 |
| HSL | 53.95º | 0.51% | 0.5% | - |
| HSV(B) | 53.95º | 0.68% | 0.75% | - |
| XYZ | 38.28 | 43.26 | 10.89 | - |
| YUV | 168.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 62 | 0 | 0.07 | 0.68 | 0.25 | 53.95 | 0.51 | 0.5 |
| Hex | BF | B2 | 3E | 0 | 7 | 44 | 19 | 36 | 33 | 32 |
| Octal | 277 | 262 | 76 | 0 | 7 | 104 | 31 | 66 | 63 | 62 |
| Binary | 10111111 | 10110010 | 111110 | 0 | 111 | 1000100 | 11001 | 110110 | 110011 | 110010 |
Color Harmonies of #BFB23E
Complementary color
Monochromatic Colors of #BFB23E
Black with #BFB23E
Text Example
Text Example
White with #BFB23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB23E; }
p { color: rgb(191,178,62); }
H1.HeaderClassName
{
color: #BFB23E;
}
.AnyTagClassName
{
color: #BFB23E;
}
</style>
background-color css
<style>
a { background-color: #BFB23E; }
a { background-color: rgb(191,178,62); }
div.DivClassName
{
background-color: #BFB23E;
}
.BgClassName
{
background-color: #BFB23E;
}
</style>
border-color css
<style>
span { border-color: #BFB23E; }
span { border-color: rgb(191,178,62); }
td.TdClassName
{
border-color: #BFB23E;
}
.TagClassName
{
border-color: #BFB23E;
}
</style>