Shades of Brass #BBB839
Tints of Brass #BBB839
RGB
CMYK
RGB Variations
Color information
#BBB839 (or 0xBBB839) is known color: Brass. HEX triplet: BB, B8 and 39. RGB value is (187,184,57). Sum of RGB (Red+Green+Blue) = 187+184+57=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB839 is #4447C6. Grayscale: #AAAAAA. Windows color (decimal): -4474823 or 3782843. OLE color: 3782843.
HSL color Cylindrical-coordinate representation of color #BBB839: hue angle of 58.62º 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 #BBB839 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 57 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.27 |
| HSL | 58.62º | 0.53% | 0.48% | - |
| HSV(B) | 58.62º | 0.7% | 0.73% | - |
| XYZ | 38.37 | 45.14 | 10.56 | - |
| YUV | 170.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 57 | 0 | 0.02 | 0.70 | 0.27 | 58.62 | 0.53 | 0.48 |
| Hex | BB | B8 | 39 | 0 | 2 | 46 | 1B | 3B | 35 | 30 |
| Octal | 273 | 270 | 71 | 0 | 2 | 106 | 33 | 73 | 65 | 60 |
| Binary | 10111011 | 10111000 | 111001 | 0 | 10 | 1000110 | 11011 | 111011 | 110101 | 110000 |
Color Harmonies of #BBB839
Complementary color
Monochromatic Colors of #BBB839
Black with #BBB839
Text Example
Text Example
White with #BBB839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB839; }
p { color: rgb(187,184,57); }
H1.HeaderClassName
{
color: #BBB839;
}
.AnyTagClassName
{
color: #BBB839;
}
</style>
background-color css
<style>
a { background-color: #BBB839; }
a { background-color: rgb(187,184,57); }
div.DivClassName
{
background-color: #BBB839;
}
.BgClassName
{
background-color: #BBB839;
}
</style>
border-color css
<style>
span { border-color: #BBB839; }
span { border-color: rgb(187,184,57); }
td.TdClassName
{
border-color: #BBB839;
}
.TagClassName
{
border-color: #BBB839;
}
</style>