Shades of Brass #BFA33D
Tints of Brass #BFA33D
RGB
CMYK
RGB Variations
Color information
#BFA33D (or 0xBFA33D) is known color: Brass. HEX triplet: BF, A3 and 3D. RGB value is (191,163,61). Sum of RGB (Red+Green+Blue) = 191+163+61=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA33D is #405CC2. Grayscale: #A0A0A0. Windows color (decimal): -4218051 or 4039615. OLE color: 4039615.
HSL color Cylindrical-coordinate representation of color #BFA33D: hue angle of 47.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFA33D is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 61 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.25 |
| HSL | 47.08º | 0.52% | 0.49% | - |
| HSV(B) | 47.08º | 0.68% | 0.75% | - |
| XYZ | 35.43 | 37.61 | 9.81 | - |
| YUV | 159.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 61 | 0 | 0.15 | 0.68 | 0.25 | 47.08 | 0.52 | 0.49 |
| Hex | BF | A3 | 3D | 0 | F | 44 | 19 | 2F | 34 | 31 |
| Octal | 277 | 243 | 75 | 0 | 17 | 104 | 31 | 57 | 64 | 61 |
| Binary | 10111111 | 10100011 | 111101 | 0 | 1111 | 1000100 | 11001 | 101111 | 110100 | 110001 |
Color Harmonies of #BFA33D
Complementary color
Monochromatic Colors of #BFA33D
Black with #BFA33D
Text Example
Text Example
White with #BFA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA33D; }
p { color: rgb(191,163,61); }
H1.HeaderClassName
{
color: #BFA33D;
}
.AnyTagClassName
{
color: #BFA33D;
}
</style>
background-color css
<style>
a { background-color: #BFA33D; }
a { background-color: rgb(191,163,61); }
div.DivClassName
{
background-color: #BFA33D;
}
.BgClassName
{
background-color: #BFA33D;
}
</style>
border-color css
<style>
span { border-color: #BFA33D; }
span { border-color: rgb(191,163,61); }
td.TdClassName
{
border-color: #BFA33D;
}
.TagClassName
{
border-color: #BFA33D;
}
</style>