Shades of Brass #BBB338
Tints of Brass #BBB338
RGB
CMYK
RGB Variations
Color information
#BBB338 (or 0xBBB338) is known color: Brass. HEX triplet: BB, B3 and 38. RGB value is (187,179,56). Sum of RGB (Red+Green+Blue) = 187+179+56=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB338 is #444CC7. Grayscale: #A7A7A7. Windows color (decimal): -4476104 or 3716027. OLE color: 3716027.
HSL color Cylindrical-coordinate representation of color #BBB338: hue angle of 56.34º 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 #BBB338 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 56 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.27 |
| HSL | 56.34º | 0.54% | 0.48% | - |
| HSV(B) | 56.34º | 0.7% | 0.73% | - |
| XYZ | 37.33 | 43.09 | 10.09 | - |
| YUV | 167.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 56 | 0 | 0.04 | 0.70 | 0.27 | 56.34 | 0.54 | 0.48 |
| Hex | BB | B3 | 38 | 0 | 4 | 46 | 1B | 38 | 36 | 30 |
| Octal | 273 | 263 | 70 | 0 | 4 | 106 | 33 | 70 | 66 | 60 |
| Binary | 10111011 | 10110011 | 111000 | 0 | 100 | 1000110 | 11011 | 111000 | 110110 | 110000 |
Color Harmonies of #BBB338
Complementary color
Monochromatic Colors of #BBB338
Black with #BBB338
Text Example
Text Example
White with #BBB338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB338; }
p { color: rgb(187,179,56); }
H1.HeaderClassName
{
color: #BBB338;
}
.AnyTagClassName
{
color: #BBB338;
}
</style>
background-color css
<style>
a { background-color: #BBB338; }
a { background-color: rgb(187,179,56); }
div.DivClassName
{
background-color: #BBB338;
}
.BgClassName
{
background-color: #BBB338;
}
</style>
border-color css
<style>
span { border-color: #BBB338; }
span { border-color: rgb(187,179,56); }
td.TdClassName
{
border-color: #BBB338;
}
.TagClassName
{
border-color: #BBB338;
}
</style>