Shades of Brass #BBA638
Tints of Brass #BBA638
RGB
CMYK
RGB Variations
Color information
#BBA638 (or 0xBBA638) is known color: Brass. HEX triplet: BB, A6 and 38. RGB value is (187,166,56). Sum of RGB (Red+Green+Blue) = 187+166+56=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA638 is #4459C7. Grayscale: #A0A0A0. Windows color (decimal): -4479432 or 3712699. OLE color: 3712699.
HSL color Cylindrical-coordinate representation of color #BBA638: hue angle of 50.38º 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 #BBA638 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 56 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.27 |
| HSL | 50.38º | 0.54% | 0.48% | - |
| HSV(B) | 50.38º | 0.7% | 0.73% | - |
| XYZ | 34.84 | 38.12 | 9.26 | - |
| YUV | 159.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 56 | 0 | 0.11 | 0.70 | 0.27 | 50.38 | 0.54 | 0.48 |
| Hex | BB | A6 | 38 | 0 | B | 46 | 1B | 32 | 36 | 30 |
| Octal | 273 | 246 | 70 | 0 | 13 | 106 | 33 | 62 | 66 | 60 |
| Binary | 10111011 | 10100110 | 111000 | 0 | 1011 | 1000110 | 11011 | 110010 | 110110 | 110000 |
Color Harmonies of #BBA638
Complementary color
Monochromatic Colors of #BBA638
Black with #BBA638
Text Example
Text Example
White with #BBA638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA638; }
p { color: rgb(187,166,56); }
H1.HeaderClassName
{
color: #BBA638;
}
.AnyTagClassName
{
color: #BBA638;
}
</style>
background-color css
<style>
a { background-color: #BBA638; }
a { background-color: rgb(187,166,56); }
div.DivClassName
{
background-color: #BBA638;
}
.BgClassName
{
background-color: #BBA638;
}
</style>
border-color css
<style>
span { border-color: #BBA638; }
span { border-color: rgb(187,166,56); }
td.TdClassName
{
border-color: #BBA638;
}
.TagClassName
{
border-color: #BBA638;
}
</style>