Shades of Brass #BFB042
Tints of Brass #BFB042
RGB
CMYK
RGB Variations
Color information
#BFB042 (or 0xBFB042) is known color: Brass. HEX triplet: BF, B0 and 42. RGB value is (191,176,66). Sum of RGB (Red+Green+Blue) = 191+176+66=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB042 is #404FBD. Grayscale: #A8A8A8. Windows color (decimal): -4214718 or 4370623. OLE color: 4370623.
HSL color Cylindrical-coordinate representation of color #BFB042: hue angle of 52.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFB042 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 66 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.25 |
| HSL | 52.8º | 0.49% | 0.5% | - |
| HSV(B) | 52.8º | 0.65% | 0.75% | - |
| XYZ | 37.99 | 42.52 | 11.36 | - |
| YUV | 167.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 66 | 0 | 0.08 | 0.65 | 0.25 | 52.8 | 0.49 | 0.5 |
| Hex | BF | B0 | 42 | 0 | 8 | 41 | 19 | 35 | 31 | 32 |
| Octal | 277 | 260 | 102 | 0 | 10 | 101 | 31 | 65 | 61 | 62 |
| Binary | 10111111 | 10110000 | 1000010 | 0 | 1000 | 1000001 | 11001 | 110101 | 110001 | 110010 |
Color Harmonies of #BFB042
Complementary color
Monochromatic Colors of #BFB042
Black with #BFB042
Text Example
Text Example
White with #BFB042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB042; }
p { color: rgb(191,176,66); }
H1.HeaderClassName
{
color: #BFB042;
}
.AnyTagClassName
{
color: #BFB042;
}
</style>
background-color css
<style>
a { background-color: #BFB042; }
a { background-color: rgb(191,176,66); }
div.DivClassName
{
background-color: #BFB042;
}
.BgClassName
{
background-color: #BFB042;
}
</style>
border-color css
<style>
span { border-color: #BFB042; }
span { border-color: rgb(191,176,66); }
td.TdClassName
{
border-color: #BFB042;
}
.TagClassName
{
border-color: #BFB042;
}
</style>