Shades of Brass #BFB33F
Tints of Brass #BFB33F
RGB
CMYK
RGB Variations
Color information
#BFB33F (or 0xBFB33F) is known color: Brass. HEX triplet: BF, B3 and 3F. RGB value is (191,179,63). Sum of RGB (Red+Green+Blue) = 191+179+63=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB33F is #404CC0. Grayscale: #A9A9A9. Windows color (decimal): -4213953 or 4174783. OLE color: 4174783.
HSL color Cylindrical-coordinate representation of color #BFB33F: hue angle of 54.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFB33F is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 63 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.25 |
| HSL | 54.38º | 0.5% | 0.5% | - |
| HSV(B) | 54.38º | 0.67% | 0.75% | - |
| XYZ | 38.5 | 43.68 | 11.1 | - |
| YUV | 169.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 63 | 0 | 0.06 | 0.67 | 0.25 | 54.38 | 0.5 | 0.5 |
| Hex | BF | B3 | 3F | 0 | 6 | 43 | 19 | 36 | 32 | 32 |
| Octal | 277 | 263 | 77 | 0 | 6 | 103 | 31 | 66 | 62 | 62 |
| Binary | 10111111 | 10110011 | 111111 | 0 | 110 | 1000011 | 11001 | 110110 | 110010 | 110010 |
Color Harmonies of #BFB33F
Complementary color
Monochromatic Colors of #BFB33F
Black with #BFB33F
Text Example
Text Example
White with #BFB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB33F; }
p { color: rgb(191,179,63); }
H1.HeaderClassName
{
color: #BFB33F;
}
.AnyTagClassName
{
color: #BFB33F;
}
</style>
background-color css
<style>
a { background-color: #BFB33F; }
a { background-color: rgb(191,179,63); }
div.DivClassName
{
background-color: #BFB33F;
}
.BgClassName
{
background-color: #BFB33F;
}
</style>
border-color css
<style>
span { border-color: #BFB33F; }
span { border-color: rgb(191,179,63); }
td.TdClassName
{
border-color: #BFB33F;
}
.TagClassName
{
border-color: #BFB33F;
}
</style>