Shades of Brass #BBB339
Tints of Brass #BBB339
RGB
CMYK
RGB Variations
Color information
#BBB339 (or 0xBBB339) is known color: Brass. HEX triplet: BB, B3 and 39. RGB value is (187,179,57). Sum of RGB (Red+Green+Blue) = 187+179+57=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB339 is #444CC6. Grayscale: #A7A7A7. Windows color (decimal): -4476103 or 3781563. OLE color: 3781563.
HSL color Cylindrical-coordinate representation of color #BBB339: hue angle of 56.31º degrees, saturation: 0.53, 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 #BBB339 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 57 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.27 |
| HSL | 56.31º | 0.53% | 0.48% | - |
| HSV(B) | 56.31º | 0.7% | 0.73% | - |
| XYZ | 37.35 | 43.1 | 10.22 | - |
| YUV | 167.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 57 | 0 | 0.04 | 0.70 | 0.27 | 56.31 | 0.53 | 0.48 |
| Hex | BB | B3 | 39 | 0 | 4 | 46 | 1B | 38 | 35 | 30 |
| Octal | 273 | 263 | 71 | 0 | 4 | 106 | 33 | 70 | 65 | 60 |
| Binary | 10111011 | 10110011 | 111001 | 0 | 100 | 1000110 | 11011 | 111000 | 110101 | 110000 |
Color Harmonies of #BBB339
Complementary color
Monochromatic Colors of #BBB339
Black with #BBB339
Text Example
Text Example
White with #BBB339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB339; }
p { color: rgb(187,179,57); }
H1.HeaderClassName
{
color: #BBB339;
}
.AnyTagClassName
{
color: #BBB339;
}
</style>
background-color css
<style>
a { background-color: #BBB339; }
a { background-color: rgb(187,179,57); }
div.DivClassName
{
background-color: #BBB339;
}
.BgClassName
{
background-color: #BBB339;
}
</style>
border-color css
<style>
span { border-color: #BBB339; }
span { border-color: rgb(187,179,57); }
td.TdClassName
{
border-color: #BBB339;
}
.TagClassName
{
border-color: #BBB339;
}
</style>