Shades of Brass #BFA735
Tints of Brass #BFA735
RGB
CMYK
RGB Variations
Color information
#BFA735 (or 0xBFA735) is known color: Brass. HEX triplet: BF, A7 and 35. RGB value is (191,167,53). Sum of RGB (Red+Green+Blue) = 191+167+53=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA735 is #4058CA. Grayscale: #A1A1A1. Windows color (decimal): -4217035 or 3516351. OLE color: 3516351.
HSL color Cylindrical-coordinate representation of color #BFA735: hue angle of 49.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFA735 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 53 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.25 |
| HSL | 49.57º | 0.57% | 0.48% | - |
| HSV(B) | 49.57º | 0.72% | 0.75% | - |
| XYZ | 35.95 | 38.97 | 9 | - |
| YUV | 161.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 53 | 0 | 0.13 | 0.72 | 0.25 | 49.57 | 0.57 | 0.48 |
| Hex | BF | A7 | 35 | 0 | D | 48 | 19 | 32 | 39 | 30 |
| Octal | 277 | 247 | 65 | 0 | 15 | 110 | 31 | 62 | 71 | 60 |
| Binary | 10111111 | 10100111 | 110101 | 0 | 1101 | 1001000 | 11001 | 110010 | 111001 | 110000 |
Color Harmonies of #BFA735
Complementary color
Monochromatic Colors of #BFA735
Black with #BFA735
Text Example
Text Example
White with #BFA735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA735; }
p { color: rgb(191,167,53); }
H1.HeaderClassName
{
color: #BFA735;
}
.AnyTagClassName
{
color: #BFA735;
}
</style>
background-color css
<style>
a { background-color: #BFA735; }
a { background-color: rgb(191,167,53); }
div.DivClassName
{
background-color: #BFA735;
}
.BgClassName
{
background-color: #BFA735;
}
</style>
border-color css
<style>
span { border-color: #BFA735; }
span { border-color: rgb(191,167,53); }
td.TdClassName
{
border-color: #BFA735;
}
.TagClassName
{
border-color: #BFA735;
}
</style>