Shades of Brass #BFB13B
Tints of Brass #BFB13B
RGB
CMYK
RGB Variations
Color information
#BFB13B (or 0xBFB13B) is known color: Brass. HEX triplet: BF, B1 and 3B. RGB value is (191,177,59). Sum of RGB (Red+Green+Blue) = 191+177+59=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB13B is #404EC4. Grayscale: #A8A8A8. Windows color (decimal): -4214469 or 3912127. OLE color: 3912127.
HSL color Cylindrical-coordinate representation of color #BFB13B: hue angle of 53.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFB13B is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 59 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.25 |
| HSL | 53.64º | 0.53% | 0.49% | - |
| HSV(B) | 53.64º | 0.69% | 0.75% | - |
| XYZ | 38 | 42.84 | 10.4 | - |
| YUV | 167.73 | 66.64 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 59 | 0 | 0.07 | 0.69 | 0.25 | 53.64 | 0.53 | 0.49 |
| Hex | BF | B1 | 3B | 0 | 7 | 45 | 19 | 36 | 35 | 31 |
| Octal | 277 | 261 | 73 | 0 | 7 | 105 | 31 | 66 | 65 | 61 |
| Binary | 10111111 | 10110001 | 111011 | 0 | 111 | 1000101 | 11001 | 110110 | 110101 | 110001 |
Color Harmonies of #BFB13B
Complementary color
Monochromatic Colors of #BFB13B
Black with #BFB13B
Text Example
Text Example
White with #BFB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB13B; }
p { color: rgb(191,177,59); }
H1.HeaderClassName
{
color: #BFB13B;
}
.AnyTagClassName
{
color: #BFB13B;
}
</style>
background-color css
<style>
a { background-color: #BFB13B; }
a { background-color: rgb(191,177,59); }
div.DivClassName
{
background-color: #BFB13B;
}
.BgClassName
{
background-color: #BFB13B;
}
</style>
border-color css
<style>
span { border-color: #BFB13B; }
span { border-color: rgb(191,177,59); }
td.TdClassName
{
border-color: #BFB13B;
}
.TagClassName
{
border-color: #BFB13B;
}
</style>