Shades of Brass #BFB144
Tints of Brass #BFB144
RGB
CMYK
RGB Variations
Color information
#BFB144 (or 0xBFB144) is known color: Brass. HEX triplet: BF, B1 and 44. RGB value is (191,177,68). Sum of RGB (Red+Green+Blue) = 191+177+68=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB144 is #404EBB. Grayscale: #A9A9A9. Windows color (decimal): -4214460 or 4501951. OLE color: 4501951.
HSL color Cylindrical-coordinate representation of color #BFB144: hue angle of 53.17º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFB144 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 68 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.25 |
| HSL | 53.17º | 0.49% | 0.51% | - |
| HSV(B) | 53.17º | 0.64% | 0.75% | - |
| XYZ | 38.25 | 42.94 | 11.74 | - |
| YUV | 168.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 68 | 0 | 0.07 | 0.64 | 0.25 | 53.17 | 0.49 | 0.51 |
| Hex | BF | B1 | 44 | 0 | 7 | 40 | 19 | 35 | 31 | 33 |
| Octal | 277 | 261 | 104 | 0 | 7 | 100 | 31 | 65 | 61 | 63 |
| Binary | 10111111 | 10110001 | 1000100 | 0 | 111 | 1000000 | 11001 | 110101 | 110001 | 110011 |
Color Harmonies of #BFB144
Complementary color
Monochromatic Colors of #BFB144
Black with #BFB144
Text Example
Text Example
White with #BFB144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB144; }
p { color: rgb(191,177,68); }
H1.HeaderClassName
{
color: #BFB144;
}
.AnyTagClassName
{
color: #BFB144;
}
</style>
background-color css
<style>
a { background-color: #BFB144; }
a { background-color: rgb(191,177,68); }
div.DivClassName
{
background-color: #BFB144;
}
.BgClassName
{
background-color: #BFB144;
}
</style>
border-color css
<style>
span { border-color: #BFB144; }
span { border-color: rgb(191,177,68); }
td.TdClassName
{
border-color: #BFB144;
}
.TagClassName
{
border-color: #BFB144;
}
</style>