Shades of Brass #BFB23C
Tints of Brass #BFB23C
RGB
CMYK
RGB Variations
Color information
#BFB23C (or 0xBFB23C) is known color: Brass. HEX triplet: BF, B2 and 3C. RGB value is (191,178,60). Sum of RGB (Red+Green+Blue) = 191+178+60=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB23C is #404DC3. Grayscale: #A8A8A8. Windows color (decimal): -4214212 or 3977919. OLE color: 3977919.
HSL color Cylindrical-coordinate representation of color #BFB23C: hue angle of 54.05º 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 #BFB23C is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 60 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.25 |
| HSL | 54.05º | 0.52% | 0.49% | - |
| HSV(B) | 54.05º | 0.69% | 0.75% | - |
| XYZ | 38.22 | 43.24 | 10.61 | - |
| YUV | 168.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 60 | 0 | 0.07 | 0.69 | 0.25 | 54.05 | 0.52 | 0.49 |
| Hex | BF | B2 | 3C | 0 | 7 | 45 | 19 | 36 | 34 | 31 |
| Octal | 277 | 262 | 74 | 0 | 7 | 105 | 31 | 66 | 64 | 61 |
| Binary | 10111111 | 10110010 | 111100 | 0 | 111 | 1000101 | 11001 | 110110 | 110100 | 110001 |
Color Harmonies of #BFB23C
Complementary color
Monochromatic Colors of #BFB23C
Black with #BFB23C
Text Example
Text Example
White with #BFB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB23C; }
p { color: rgb(191,178,60); }
H1.HeaderClassName
{
color: #BFB23C;
}
.AnyTagClassName
{
color: #BFB23C;
}
</style>
background-color css
<style>
a { background-color: #BFB23C; }
a { background-color: rgb(191,178,60); }
div.DivClassName
{
background-color: #BFB23C;
}
.BgClassName
{
background-color: #BFB23C;
}
</style>
border-color css
<style>
span { border-color: #BFB23C; }
span { border-color: rgb(191,178,60); }
td.TdClassName
{
border-color: #BFB23C;
}
.TagClassName
{
border-color: #BFB23C;
}
</style>