Shades of Brass #BFAB36
Tints of Brass #BFAB36
RGB
CMYK
RGB Variations
Color information
#BFAB36 (or 0xBFAB36) is known color: Brass. HEX triplet: BF, AB and 36. RGB value is (191,171,54). Sum of RGB (Red+Green+Blue) = 191+171+54=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB36 is #4054C9. Grayscale: #A4A4A4. Windows color (decimal): -4216010 or 3582911. OLE color: 3582911.
HSL color Cylindrical-coordinate representation of color #BFAB36: hue angle of 51.24º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFAB36 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 54 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.25 |
| HSL | 51.24º | 0.56% | 0.48% | - |
| HSV(B) | 51.24º | 0.72% | 0.75% | - |
| XYZ | 36.71 | 40.47 | 9.37 | - |
| YUV | 163.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 54 | 0 | 0.10 | 0.72 | 0.25 | 51.24 | 0.56 | 0.48 |
| Hex | BF | AB | 36 | 0 | A | 48 | 19 | 33 | 38 | 30 |
| Octal | 277 | 253 | 66 | 0 | 12 | 110 | 31 | 63 | 70 | 60 |
| Binary | 10111111 | 10101011 | 110110 | 0 | 1010 | 1001000 | 11001 | 110011 | 111000 | 110000 |
Color Harmonies of #BFAB36
Complementary color
Monochromatic Colors of #BFAB36
Black with #BFAB36
Text Example
Text Example
White with #BFAB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB36; }
p { color: rgb(191,171,54); }
H1.HeaderClassName
{
color: #BFAB36;
}
.AnyTagClassName
{
color: #BFAB36;
}
</style>
background-color css
<style>
a { background-color: #BFAB36; }
a { background-color: rgb(191,171,54); }
div.DivClassName
{
background-color: #BFAB36;
}
.BgClassName
{
background-color: #BFAB36;
}
</style>
border-color css
<style>
span { border-color: #BFAB36; }
span { border-color: rgb(191,171,54); }
td.TdClassName
{
border-color: #BFAB36;
}
.TagClassName
{
border-color: #BFAB36;
}
</style>