Shades of Brass #BBB340
Tints of Brass #BBB340
RGB
CMYK
RGB Variations
Color information
#BBB340 (or 0xBBB340) is known color: Brass. HEX triplet: BB, B3 and 40. RGB value is (187,179,64). Sum of RGB (Red+Green+Blue) = 187+179+64=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB340 is #444CBF. Grayscale: #A8A8A8. Windows color (decimal): -4476096 or 4240315. OLE color: 4240315.
HSL color Cylindrical-coordinate representation of color #BBB340: hue angle of 56.1º degrees, saturation: 0.49, 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 #BBB340 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 64 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.27 |
| HSL | 56.1º | 0.49% | 0.49% | - |
| HSV(B) | 56.1º | 0.66% | 0.73% | - |
| XYZ | 37.54 | 43.18 | 11.21 | - |
| YUV | 168.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 64 | 0 | 0.04 | 0.66 | 0.27 | 56.1 | 0.49 | 0.49 |
| Hex | BB | B3 | 40 | 0 | 4 | 42 | 1B | 38 | 31 | 31 |
| Octal | 273 | 263 | 100 | 0 | 4 | 102 | 33 | 70 | 61 | 61 |
| Binary | 10111011 | 10110011 | 1000000 | 0 | 100 | 1000010 | 11011 | 111000 | 110001 | 110001 |
Color Harmonies of #BBB340
Complementary color
Monochromatic Colors of #BBB340
Black with #BBB340
Text Example
Text Example
White with #BBB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB340; }
p { color: rgb(187,179,64); }
H1.HeaderClassName
{
color: #BBB340;
}
.AnyTagClassName
{
color: #BBB340;
}
</style>
background-color css
<style>
a { background-color: #BBB340; }
a { background-color: rgb(187,179,64); }
div.DivClassName
{
background-color: #BBB340;
}
.BgClassName
{
background-color: #BBB340;
}
</style>
border-color css
<style>
span { border-color: #BBB340; }
span { border-color: rgb(187,179,64); }
td.TdClassName
{
border-color: #BBB340;
}
.TagClassName
{
border-color: #BBB340;
}
</style>