Shades of Brass #BBB24A
Tints of Brass #BBB24A
RGB
CMYK
RGB Variations
Color information
#BBB24A (or 0xBBB24A) is known color: Brass. HEX triplet: BB, B2 and 4A. RGB value is (187,178,74). Sum of RGB (Red+Green+Blue) = 187+178+74=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB24A is #444DB5. Grayscale: #A9A9A9. Windows color (decimal): -4476342 or 4895419. OLE color: 4895419.
HSL color Cylindrical-coordinate representation of color #BBB24A: hue angle of 55.22º 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 #BBB24A is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 74 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.27 |
| HSL | 55.22º | 0.45% | 0.51% | - |
| HSV(B) | 55.22º | 0.6% | 0.73% | - |
| XYZ | 37.65 | 42.9 | 12.77 | - |
| YUV | 168.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 74 | 0 | 0.05 | 0.60 | 0.27 | 55.22 | 0.45 | 0.51 |
| Hex | BB | B2 | 4A | 0 | 5 | 3C | 1B | 37 | 2D | 33 |
| Octal | 273 | 262 | 112 | 0 | 5 | 74 | 33 | 67 | 55 | 63 |
| Binary | 10111011 | 10110010 | 1001010 | 0 | 101 | 111100 | 11011 | 110111 | 101101 | 110011 |
Color Harmonies of #BBB24A
Complementary color
Monochromatic Colors of #BBB24A
Black with #BBB24A
Text Example
Text Example
White with #BBB24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB24A; }
p { color: rgb(187,178,74); }
H1.HeaderClassName
{
color: #BBB24A;
}
.AnyTagClassName
{
color: #BBB24A;
}
</style>
background-color css
<style>
a { background-color: #BBB24A; }
a { background-color: rgb(187,178,74); }
div.DivClassName
{
background-color: #BBB24A;
}
.BgClassName
{
background-color: #BBB24A;
}
</style>
border-color css
<style>
span { border-color: #BBB24A; }
span { border-color: rgb(187,178,74); }
td.TdClassName
{
border-color: #BBB24A;
}
.TagClassName
{
border-color: #BBB24A;
}
</style>