Shades of Brass #BBB33E
Tints of Brass #BBB33E
RGB
CMYK
RGB Variations
Color information
#BBB33E (or 0xBBB33E) is known color: Brass. HEX triplet: BB, B3 and 3E. RGB value is (187,179,62). Sum of RGB (Red+Green+Blue) = 187+179+62=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB33E is #444CC1. Grayscale: #A8A8A8. Windows color (decimal): -4476098 or 4109243. OLE color: 4109243.
HSL color Cylindrical-coordinate representation of color #BBB33E: hue angle of 56.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBB33E is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 62 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.27 |
| HSL | 56.16º | 0.5% | 0.49% | - |
| HSV(B) | 56.16º | 0.67% | 0.73% | - |
| XYZ | 37.48 | 43.15 | 10.91 | - |
| YUV | 168.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 62 | 0 | 0.04 | 0.67 | 0.27 | 56.16 | 0.5 | 0.49 |
| Hex | BB | B3 | 3E | 0 | 4 | 43 | 1B | 38 | 32 | 31 |
| Octal | 273 | 263 | 76 | 0 | 4 | 103 | 33 | 70 | 62 | 61 |
| Binary | 10111011 | 10110011 | 111110 | 0 | 100 | 1000011 | 11011 | 111000 | 110010 | 110001 |
Color Harmonies of #BBB33E
Complementary color
Monochromatic Colors of #BBB33E
Black with #BBB33E
Text Example
Text Example
White with #BBB33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB33E; }
p { color: rgb(187,179,62); }
H1.HeaderClassName
{
color: #BBB33E;
}
.AnyTagClassName
{
color: #BBB33E;
}
</style>
background-color css
<style>
a { background-color: #BBB33E; }
a { background-color: rgb(187,179,62); }
div.DivClassName
{
background-color: #BBB33E;
}
.BgClassName
{
background-color: #BBB33E;
}
</style>
border-color css
<style>
span { border-color: #BBB33E; }
span { border-color: rgb(187,179,62); }
td.TdClassName
{
border-color: #BBB33E;
}
.TagClassName
{
border-color: #BBB33E;
}
</style>