Shades of Brass #BBA43F
Tints of Brass #BBA43F
RGB
CMYK
RGB Variations
Color information
#BBA43F (or 0xBBA43F) is known color: Brass. HEX triplet: BB, A4 and 3F. RGB value is (187,164,63). Sum of RGB (Red+Green+Blue) = 187+164+63=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA43F is #445BC0. Grayscale: #9F9F9F. Windows color (decimal): -4479937 or 4170939. OLE color: 4170939.
HSL color Cylindrical-coordinate representation of color #BBA43F: hue angle of 48.87º 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 #BBA43F is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 63 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.27 |
| HSL | 48.87º | 0.5% | 0.49% | - |
| HSV(B) | 48.87º | 0.66% | 0.73% | - |
| XYZ | 34.67 | 37.47 | 10.11 | - |
| YUV | 159.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 63 | 0 | 0.12 | 0.66 | 0.27 | 48.87 | 0.5 | 0.49 |
| Hex | BB | A4 | 3F | 0 | C | 42 | 1B | 31 | 32 | 31 |
| Octal | 273 | 244 | 77 | 0 | 14 | 102 | 33 | 61 | 62 | 61 |
| Binary | 10111011 | 10100100 | 111111 | 0 | 1100 | 1000010 | 11011 | 110001 | 110010 | 110001 |
Color Harmonies of #BBA43F
Complementary color
Monochromatic Colors of #BBA43F
Black with #BBA43F
Text Example
Text Example
White with #BBA43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA43F; }
p { color: rgb(187,164,63); }
H1.HeaderClassName
{
color: #BBA43F;
}
.AnyTagClassName
{
color: #BBA43F;
}
</style>
background-color css
<style>
a { background-color: #BBA43F; }
a { background-color: rgb(187,164,63); }
div.DivClassName
{
background-color: #BBA43F;
}
.BgClassName
{
background-color: #BBA43F;
}
</style>
border-color css
<style>
span { border-color: #BBA43F; }
span { border-color: rgb(187,164,63); }
td.TdClassName
{
border-color: #BBA43F;
}
.TagClassName
{
border-color: #BBA43F;
}
</style>