Shades of Brass #BBA438
Tints of Brass #BBA438
RGB
CMYK
RGB Variations
Color information
#BBA438 (or 0xBBA438) is known color: Brass. HEX triplet: BB, A4 and 38. RGB value is (187,164,56). Sum of RGB (Red+Green+Blue) = 187+164+56=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA438 is #445BC7. Grayscale: #9F9F9F. Windows color (decimal): -4479944 or 3712187. OLE color: 3712187.
HSL color Cylindrical-coordinate representation of color #BBA438: hue angle of 49.47º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBA438 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 56 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.27 |
| HSL | 49.47º | 0.54% | 0.48% | - |
| HSV(B) | 49.47º | 0.7% | 0.73% | - |
| XYZ | 34.48 | 37.4 | 9.14 | - |
| YUV | 158.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 56 | 0 | 0.12 | 0.70 | 0.27 | 49.47 | 0.54 | 0.48 |
| Hex | BB | A4 | 38 | 0 | C | 46 | 1B | 31 | 36 | 30 |
| Octal | 273 | 244 | 70 | 0 | 14 | 106 | 33 | 61 | 66 | 60 |
| Binary | 10111011 | 10100100 | 111000 | 0 | 1100 | 1000110 | 11011 | 110001 | 110110 | 110000 |
Color Harmonies of #BBA438
Complementary color
Monochromatic Colors of #BBA438
Black with #BBA438
Text Example
Text Example
White with #BBA438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA438; }
p { color: rgb(187,164,56); }
H1.HeaderClassName
{
color: #BBA438;
}
.AnyTagClassName
{
color: #BBA438;
}
</style>
background-color css
<style>
a { background-color: #BBA438; }
a { background-color: rgb(187,164,56); }
div.DivClassName
{
background-color: #BBA438;
}
.BgClassName
{
background-color: #BBA438;
}
</style>
border-color css
<style>
span { border-color: #BBA438; }
span { border-color: rgb(187,164,56); }
td.TdClassName
{
border-color: #BBA438;
}
.TagClassName
{
border-color: #BBA438;
}
</style>