Shades of Brass #BFA83B
Tints of Brass #BFA83B
RGB
CMYK
RGB Variations
Color information
#BFA83B (or 0xBFA83B) is known color: Brass. HEX triplet: BF, A8 and 3B. RGB value is (191,168,59). Sum of RGB (Red+Green+Blue) = 191+168+59=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA83B is #4057C4. Grayscale: #A2A2A2. Windows color (decimal): -4216773 or 3909823. OLE color: 3909823.
HSL color Cylindrical-coordinate representation of color #BFA83B: hue angle of 49.55º degrees, saturation: 0.53, 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 #BFA83B is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 59 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.25 |
| HSL | 49.55º | 0.53% | 0.49% | - |
| HSV(B) | 49.55º | 0.69% | 0.75% | - |
| XYZ | 36.28 | 39.4 | 9.83 | - |
| YUV | 162.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 59 | 0 | 0.12 | 0.69 | 0.25 | 49.55 | 0.53 | 0.49 |
| Hex | BF | A8 | 3B | 0 | C | 45 | 19 | 32 | 35 | 31 |
| Octal | 277 | 250 | 73 | 0 | 14 | 105 | 31 | 62 | 65 | 61 |
| Binary | 10111111 | 10101000 | 111011 | 0 | 1100 | 1000101 | 11001 | 110010 | 110101 | 110001 |
Color Harmonies of #BFA83B
Complementary color
Monochromatic Colors of #BFA83B
Black with #BFA83B
Text Example
Text Example
White with #BFA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA83B; }
p { color: rgb(191,168,59); }
H1.HeaderClassName
{
color: #BFA83B;
}
.AnyTagClassName
{
color: #BFA83B;
}
</style>
background-color css
<style>
a { background-color: #BFA83B; }
a { background-color: rgb(191,168,59); }
div.DivClassName
{
background-color: #BFA83B;
}
.BgClassName
{
background-color: #BFA83B;
}
</style>
border-color css
<style>
span { border-color: #BFA83B; }
span { border-color: rgb(191,168,59); }
td.TdClassName
{
border-color: #BFA83B;
}
.TagClassName
{
border-color: #BFA83B;
}
</style>