Shades of Brass #BFA436
Tints of Brass #BFA436
RGB
CMYK
RGB Variations
Color information
#BFA436 (or 0xBFA436) is known color: Brass. HEX triplet: BF, A4 and 36. RGB value is (191,164,54). Sum of RGB (Red+Green+Blue) = 191+164+54=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA436 is #405BC9. Grayscale: #A0A0A0. Windows color (decimal): -4217802 or 3581119. OLE color: 3581119.
HSL color Cylindrical-coordinate representation of color #BFA436: hue angle of 48.18º degrees, saturation: 0.56, 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 #BFA436 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 54 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.25 |
| HSL | 48.18º | 0.56% | 0.48% | - |
| HSV(B) | 48.18º | 0.72% | 0.75% | - |
| XYZ | 35.43 | 37.89 | 8.94 | - |
| YUV | 159.53 | 68.45 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 54 | 0 | 0.14 | 0.72 | 0.25 | 48.18 | 0.56 | 0.48 |
| Hex | BF | A4 | 36 | 0 | E | 48 | 19 | 30 | 38 | 30 |
| Octal | 277 | 244 | 66 | 0 | 16 | 110 | 31 | 60 | 70 | 60 |
| Binary | 10111111 | 10100100 | 110110 | 0 | 1110 | 1001000 | 11001 | 110000 | 111000 | 110000 |
Color Harmonies of #BFA436
Complementary color
Monochromatic Colors of #BFA436
Black with #BFA436
Text Example
Text Example
White with #BFA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA436; }
p { color: rgb(191,164,54); }
H1.HeaderClassName
{
color: #BFA436;
}
.AnyTagClassName
{
color: #BFA436;
}
</style>
background-color css
<style>
a { background-color: #BFA436; }
a { background-color: rgb(191,164,54); }
div.DivClassName
{
background-color: #BFA436;
}
.BgClassName
{
background-color: #BFA436;
}
</style>
border-color css
<style>
span { border-color: #BFA436; }
span { border-color: rgb(191,164,54); }
td.TdClassName
{
border-color: #BFA436;
}
.TagClassName
{
border-color: #BFA436;
}
</style>