Shades of Brass #BBA73F
Tints of Brass #BBA73F
RGB
CMYK
RGB Variations
Color information
#BBA73F (or 0xBBA73F) is known color: Brass. HEX triplet: BB, A7 and 3F. RGB value is (187,167,63). Sum of RGB (Red+Green+Blue) = 187+167+63=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA73F is #4458C0. Grayscale: #A1A1A1. Windows color (decimal): -4479169 or 4171707. OLE color: 4171707.
HSL color Cylindrical-coordinate representation of color #BBA73F: hue angle of 50.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBA73F is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 63 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.27 |
| HSL | 50.32º | 0.5% | 0.49% | - |
| HSV(B) | 50.32º | 0.66% | 0.73% | - |
| XYZ | 35.21 | 38.56 | 10.29 | - |
| YUV | 161.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 63 | 0 | 0.11 | 0.66 | 0.27 | 50.32 | 0.5 | 0.49 |
| Hex | BB | A7 | 3F | 0 | B | 42 | 1B | 32 | 32 | 31 |
| Octal | 273 | 247 | 77 | 0 | 13 | 102 | 33 | 62 | 62 | 61 |
| Binary | 10111011 | 10100111 | 111111 | 0 | 1011 | 1000010 | 11011 | 110010 | 110010 | 110001 |
Color Harmonies of #BBA73F
Complementary color
Monochromatic Colors of #BBA73F
Black with #BBA73F
Text Example
Text Example
White with #BBA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA73F; }
p { color: rgb(187,167,63); }
H1.HeaderClassName
{
color: #BBA73F;
}
.AnyTagClassName
{
color: #BBA73F;
}
</style>
background-color css
<style>
a { background-color: #BBA73F; }
a { background-color: rgb(187,167,63); }
div.DivClassName
{
background-color: #BBA73F;
}
.BgClassName
{
background-color: #BBA73F;
}
</style>
border-color css
<style>
span { border-color: #BBA73F; }
span { border-color: rgb(187,167,63); }
td.TdClassName
{
border-color: #BBA73F;
}
.TagClassName
{
border-color: #BBA73F;
}
</style>