Shades of Brass #BFA338
Tints of Brass #BFA338
RGB
CMYK
RGB Variations
Color information
#BFA338 (or 0xBFA338) is known color: Brass. HEX triplet: BF, A3 and 38. RGB value is (191,163,56). Sum of RGB (Red+Green+Blue) = 191+163+56=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA338 is #405CC7. Grayscale: #9F9F9F. Windows color (decimal): -4218056 or 3711935. OLE color: 3711935.
HSL color Cylindrical-coordinate representation of color #BFA338: hue angle of 47.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFA338 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 56 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.25 |
| HSL | 47.56º | 0.55% | 0.48% | - |
| HSV(B) | 47.56º | 0.71% | 0.75% | - |
| XYZ | 35.3 | 37.56 | 9.13 | - |
| YUV | 159.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 56 | 0 | 0.15 | 0.71 | 0.25 | 47.56 | 0.55 | 0.48 |
| Hex | BF | A3 | 38 | 0 | F | 47 | 19 | 30 | 37 | 30 |
| Octal | 277 | 243 | 70 | 0 | 17 | 107 | 31 | 60 | 67 | 60 |
| Binary | 10111111 | 10100011 | 111000 | 0 | 1111 | 1000111 | 11001 | 110000 | 110111 | 110000 |
Color Harmonies of #BFA338
Complementary color
Monochromatic Colors of #BFA338
Black with #BFA338
Text Example
Text Example
White with #BFA338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA338; }
p { color: rgb(191,163,56); }
H1.HeaderClassName
{
color: #BFA338;
}
.AnyTagClassName
{
color: #BFA338;
}
</style>
background-color css
<style>
a { background-color: #BFA338; }
a { background-color: rgb(191,163,56); }
div.DivClassName
{
background-color: #BFA338;
}
.BgClassName
{
background-color: #BFA338;
}
</style>
border-color css
<style>
span { border-color: #BFA338; }
span { border-color: rgb(191,163,56); }
td.TdClassName
{
border-color: #BFA338;
}
.TagClassName
{
border-color: #BFA338;
}
</style>