Shades of Brass #BFB340
Tints of Brass #BFB340
RGB
CMYK
RGB Variations
Color information
#BFB340 (or 0xBFB340) is known color: Brass. HEX triplet: BF, B3 and 40. RGB value is (191,179,64). Sum of RGB (Red+Green+Blue) = 191+179+64=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB340 is #404CBF. Grayscale: #A9A9A9. Windows color (decimal): -4213952 or 4240319. OLE color: 4240319.
HSL color Cylindrical-coordinate representation of color #BFB340: hue angle of 54.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFB340 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 64 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.25 |
| HSL | 54.33º | 0.5% | 0.5% | - |
| HSV(B) | 54.33º | 0.66% | 0.75% | - |
| XYZ | 38.53 | 43.69 | 11.25 | - |
| YUV | 169.48 | 68.48 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 64 | 0 | 0.06 | 0.66 | 0.25 | 54.33 | 0.5 | 0.5 |
| Hex | BF | B3 | 40 | 0 | 6 | 42 | 19 | 36 | 32 | 32 |
| Octal | 277 | 263 | 100 | 0 | 6 | 102 | 31 | 66 | 62 | 62 |
| Binary | 10111111 | 10110011 | 1000000 | 0 | 110 | 1000010 | 11001 | 110110 | 110010 | 110010 |
Color Harmonies of #BFB340
Complementary color
Monochromatic Colors of #BFB340
Black with #BFB340
Text Example
Text Example
White with #BFB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB340; }
p { color: rgb(191,179,64); }
H1.HeaderClassName
{
color: #BFB340;
}
.AnyTagClassName
{
color: #BFB340;
}
</style>
background-color css
<style>
a { background-color: #BFB340; }
a { background-color: rgb(191,179,64); }
div.DivClassName
{
background-color: #BFB340;
}
.BgClassName
{
background-color: #BFB340;
}
</style>
border-color css
<style>
span { border-color: #BFB340; }
span { border-color: rgb(191,179,64); }
td.TdClassName
{
border-color: #BFB340;
}
.TagClassName
{
border-color: #BFB340;
}
</style>