Shades of Brass #BFB039
Tints of Brass #BFB039
RGB
CMYK
RGB Variations
Color information
#BFB039 (or 0xBFB039) is known color: Brass. HEX triplet: BF, B0 and 39. RGB value is (191,176,57). Sum of RGB (Red+Green+Blue) = 191+176+57=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB039 is #404FC6. Grayscale: #A7A7A7. Windows color (decimal): -4214727 or 3780799. OLE color: 3780799.
HSL color Cylindrical-coordinate representation of color #BFB039: hue angle of 53.28º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFB039 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 57 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.25 |
| HSL | 53.28º | 0.54% | 0.49% | - |
| HSV(B) | 53.28º | 0.7% | 0.75% | - |
| XYZ | 37.75 | 42.42 | 10.07 | - |
| YUV | 166.92 | 65.97 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 57 | 0 | 0.08 | 0.70 | 0.25 | 53.28 | 0.54 | 0.49 |
| Hex | BF | B0 | 39 | 0 | 8 | 46 | 19 | 35 | 36 | 31 |
| Octal | 277 | 260 | 71 | 0 | 10 | 106 | 31 | 65 | 66 | 61 |
| Binary | 10111111 | 10110000 | 111001 | 0 | 1000 | 1000110 | 11001 | 110101 | 110110 | 110001 |
Color Harmonies of #BFB039
Complementary color
Monochromatic Colors of #BFB039
Black with #BFB039
Text Example
Text Example
White with #BFB039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB039; }
p { color: rgb(191,176,57); }
H1.HeaderClassName
{
color: #BFB039;
}
.AnyTagClassName
{
color: #BFB039;
}
</style>
background-color css
<style>
a { background-color: #BFB039; }
a { background-color: rgb(191,176,57); }
div.DivClassName
{
background-color: #BFB039;
}
.BgClassName
{
background-color: #BFB039;
}
</style>
border-color css
<style>
span { border-color: #BFB039; }
span { border-color: rgb(191,176,57); }
td.TdClassName
{
border-color: #BFB039;
}
.TagClassName
{
border-color: #BFB039;
}
</style>