Shades of Brass #BBB04A
Tints of Brass #BBB04A
RGB
CMYK
RGB Variations
Color information
#BBB04A (or 0xBBB04A) is known color: Brass. HEX triplet: BB, B0 and 4A. RGB value is (187,176,74). Sum of RGB (Red+Green+Blue) = 187+176+74=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB04A is #444FB5. Grayscale: #A8A8A8. Windows color (decimal): -4476854 or 4894907. OLE color: 4894907.
HSL color Cylindrical-coordinate representation of color #BBB04A: hue angle of 54.16º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBB04A is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 74 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.27 |
| HSL | 54.16º | 0.45% | 0.51% | - |
| HSV(B) | 54.16º | 0.6% | 0.73% | - |
| XYZ | 37.25 | 42.11 | 12.64 | - |
| YUV | 167.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 74 | 0 | 0.06 | 0.60 | 0.27 | 54.16 | 0.45 | 0.51 |
| Hex | BB | B0 | 4A | 0 | 6 | 3C | 1B | 36 | 2D | 33 |
| Octal | 273 | 260 | 112 | 0 | 6 | 74 | 33 | 66 | 55 | 63 |
| Binary | 10111011 | 10110000 | 1001010 | 0 | 110 | 111100 | 11011 | 110110 | 101101 | 110011 |
Color Harmonies of #BBB04A
Complementary color
Monochromatic Colors of #BBB04A
Black with #BBB04A
Text Example
Text Example
White with #BBB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB04A; }
p { color: rgb(187,176,74); }
H1.HeaderClassName
{
color: #BBB04A;
}
.AnyTagClassName
{
color: #BBB04A;
}
</style>
background-color css
<style>
a { background-color: #BBB04A; }
a { background-color: rgb(187,176,74); }
div.DivClassName
{
background-color: #BBB04A;
}
.BgClassName
{
background-color: #BBB04A;
}
</style>
border-color css
<style>
span { border-color: #BBB04A; }
span { border-color: rgb(187,176,74); }
td.TdClassName
{
border-color: #BBB04A;
}
.TagClassName
{
border-color: #BBB04A;
}
</style>