Shades of Brass #BFB03D
Tints of Brass #BFB03D
RGB
CMYK
RGB Variations
Color information
#BFB03D (or 0xBFB03D) is known color: Brass. HEX triplet: BF, B0 and 3D. RGB value is (191,176,61). Sum of RGB (Red+Green+Blue) = 191+176+61=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB03D is #404FC2. Grayscale: #A7A7A7. Windows color (decimal): -4214723 or 4042943. OLE color: 4042943.
HSL color Cylindrical-coordinate representation of color #BFB03D: hue angle of 53.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFB03D is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 61 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.25 |
| HSL | 53.08º | 0.52% | 0.49% | - |
| HSV(B) | 53.08º | 0.68% | 0.75% | - |
| XYZ | 37.85 | 42.46 | 10.62 | - |
| YUV | 167.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 61 | 0 | 0.08 | 0.68 | 0.25 | 53.08 | 0.52 | 0.49 |
| Hex | BF | B0 | 3D | 0 | 8 | 44 | 19 | 35 | 34 | 31 |
| Octal | 277 | 260 | 75 | 0 | 10 | 104 | 31 | 65 | 64 | 61 |
| Binary | 10111111 | 10110000 | 111101 | 0 | 1000 | 1000100 | 11001 | 110101 | 110100 | 110001 |
Color Harmonies of #BFB03D
Complementary color
Monochromatic Colors of #BFB03D
Black with #BFB03D
Text Example
Text Example
White with #BFB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB03D; }
p { color: rgb(191,176,61); }
H1.HeaderClassName
{
color: #BFB03D;
}
.AnyTagClassName
{
color: #BFB03D;
}
</style>
background-color css
<style>
a { background-color: #BFB03D; }
a { background-color: rgb(191,176,61); }
div.DivClassName
{
background-color: #BFB03D;
}
.BgClassName
{
background-color: #BFB03D;
}
</style>
border-color css
<style>
span { border-color: #BFB03D; }
span { border-color: rgb(191,176,61); }
td.TdClassName
{
border-color: #BFB03D;
}
.TagClassName
{
border-color: #BFB03D;
}
</style>