Shades of Brass #BBB33F
Tints of Brass #BBB33F
RGB
CMYK
RGB Variations
Color information
#BBB33F (or 0xBBB33F) is known color: Brass. HEX triplet: BB, B3 and 3F. RGB value is (187,179,63). Sum of RGB (Red+Green+Blue) = 187+179+63=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB33F is #444CC0. Grayscale: #A8A8A8. Windows color (decimal): -4476097 or 4174779. OLE color: 4174779.
HSL color Cylindrical-coordinate representation of color #BBB33F: hue angle of 56.13º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBB33F is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 63 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.27 |
| HSL | 56.13º | 0.5% | 0.49% | - |
| HSV(B) | 56.13º | 0.66% | 0.73% | - |
| XYZ | 37.51 | 43.16 | 11.06 | - |
| YUV | 168.17 | 68.65 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 63 | 0 | 0.04 | 0.66 | 0.27 | 56.13 | 0.5 | 0.49 |
| Hex | BB | B3 | 3F | 0 | 4 | 42 | 1B | 38 | 32 | 31 |
| Octal | 273 | 263 | 77 | 0 | 4 | 102 | 33 | 70 | 62 | 61 |
| Binary | 10111011 | 10110011 | 111111 | 0 | 100 | 1000010 | 11011 | 111000 | 110010 | 110001 |
Color Harmonies of #BBB33F
Complementary color
Monochromatic Colors of #BBB33F
Black with #BBB33F
Text Example
Text Example
White with #BBB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB33F; }
p { color: rgb(187,179,63); }
H1.HeaderClassName
{
color: #BBB33F;
}
.AnyTagClassName
{
color: #BBB33F;
}
</style>
background-color css
<style>
a { background-color: #BBB33F; }
a { background-color: rgb(187,179,63); }
div.DivClassName
{
background-color: #BBB33F;
}
.BgClassName
{
background-color: #BBB33F;
}
</style>
border-color css
<style>
span { border-color: #BBB33F; }
span { border-color: rgb(187,179,63); }
td.TdClassName
{
border-color: #BBB33F;
}
.TagClassName
{
border-color: #BBB33F;
}
</style>