Shades of Brass #BFAF3C
Tints of Brass #BFAF3C
RGB
CMYK
RGB Variations
Color information
#BFAF3C (or 0xBFAF3C) is known color: Brass. HEX triplet: BF, AF and 3C. RGB value is (191,175,60). Sum of RGB (Red+Green+Blue) = 191+175+60=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAF3C is #4050C3. Grayscale: #A7A7A7. Windows color (decimal): -4214980 or 3977151. OLE color: 3977151.
HSL color Cylindrical-coordinate representation of color #BFAF3C: hue angle of 52.67º degrees, saturation: 0.52, 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 #BFAF3C is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 60 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.25 |
| HSL | 52.67º | 0.52% | 0.49% | - |
| HSV(B) | 52.67º | 0.69% | 0.75% | - |
| XYZ | 37.63 | 42.06 | 10.41 | - |
| YUV | 166.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 60 | 0 | 0.08 | 0.69 | 0.25 | 52.67 | 0.52 | 0.49 |
| Hex | BF | AF | 3C | 0 | 8 | 45 | 19 | 35 | 34 | 31 |
| Octal | 277 | 257 | 74 | 0 | 10 | 105 | 31 | 65 | 64 | 61 |
| Binary | 10111111 | 10101111 | 111100 | 0 | 1000 | 1000101 | 11001 | 110101 | 110100 | 110001 |
Color Harmonies of #BFAF3C
Complementary color
Monochromatic Colors of #BFAF3C
Black with #BFAF3C
Text Example
Text Example
White with #BFAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF3C; }
p { color: rgb(191,175,60); }
H1.HeaderClassName
{
color: #BFAF3C;
}
.AnyTagClassName
{
color: #BFAF3C;
}
</style>
background-color css
<style>
a { background-color: #BFAF3C; }
a { background-color: rgb(191,175,60); }
div.DivClassName
{
background-color: #BFAF3C;
}
.BgClassName
{
background-color: #BFAF3C;
}
</style>
border-color css
<style>
span { border-color: #BFAF3C; }
span { border-color: rgb(191,175,60); }
td.TdClassName
{
border-color: #BFAF3C;
}
.TagClassName
{
border-color: #BFAF3C;
}
</style>