Shades of Brass #BBB336
Tints of Brass #BBB336
RGB
CMYK
RGB Variations
Color information
#BBB336 (or 0xBBB336) is known color: Brass. HEX triplet: BB, B3 and 36. RGB value is (187,179,54). Sum of RGB (Red+Green+Blue) = 187+179+54=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB336 is #444CC9. Grayscale: #A7A7A7. Windows color (decimal): -4476106 or 3584955. OLE color: 3584955.
HSL color Cylindrical-coordinate representation of color #BBB336: hue angle of 56.39º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBB336 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 54 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.27 |
| HSL | 56.39º | 0.55% | 0.47% | - |
| HSV(B) | 56.39º | 0.71% | 0.73% | - |
| XYZ | 37.28 | 43.07 | 9.84 | - |
| YUV | 167.14 | 64.15 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 54 | 0 | 0.04 | 0.71 | 0.27 | 56.39 | 0.55 | 0.47 |
| Hex | BB | B3 | 36 | 0 | 4 | 47 | 1B | 38 | 37 | 2F |
| Octal | 273 | 263 | 66 | 0 | 4 | 107 | 33 | 70 | 67 | 57 |
| Binary | 10111011 | 10110011 | 110110 | 0 | 100 | 1000111 | 11011 | 111000 | 110111 | 101111 |
Color Harmonies of #BBB336
Complementary color
Monochromatic Colors of #BBB336
Black with #BBB336
Text Example
Text Example
White with #BBB336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB336; }
p { color: rgb(187,179,54); }
H1.HeaderClassName
{
color: #BBB336;
}
.AnyTagClassName
{
color: #BBB336;
}
</style>
background-color css
<style>
a { background-color: #BBB336; }
a { background-color: rgb(187,179,54); }
div.DivClassName
{
background-color: #BBB336;
}
.BgClassName
{
background-color: #BBB336;
}
</style>
border-color css
<style>
span { border-color: #BBB336; }
span { border-color: rgb(187,179,54); }
td.TdClassName
{
border-color: #BBB336;
}
.TagClassName
{
border-color: #BBB336;
}
</style>