Shades of Brass #BBB435
Tints of Brass #BBB435
RGB
CMYK
RGB Variations
Color information
#BBB435 (or 0xBBB435) is known color: Brass. HEX triplet: BB, B4 and 35. RGB value is (187,180,53). Sum of RGB (Red+Green+Blue) = 187+180+53=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB435 is #444BCA. Grayscale: #A8A8A8. Windows color (decimal): -4475851 or 3519675. OLE color: 3519675.
HSL color Cylindrical-coordinate representation of color #BBB435: hue angle of 56.87º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBB435 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 53 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.27 |
| HSL | 56.87º | 0.56% | 0.47% | - |
| HSV(B) | 56.87º | 0.72% | 0.73% | - |
| XYZ | 37.46 | 43.46 | 9.78 | - |
| YUV | 167.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 53 | 0 | 0.04 | 0.72 | 0.27 | 56.87 | 0.56 | 0.47 |
| Hex | BB | B4 | 35 | 0 | 4 | 48 | 1B | 39 | 38 | 2F |
| Octal | 273 | 264 | 65 | 0 | 4 | 110 | 33 | 71 | 70 | 57 |
| Binary | 10111011 | 10110100 | 110101 | 0 | 100 | 1001000 | 11011 | 111001 | 111000 | 101111 |
Color Harmonies of #BBB435
Complementary color
Monochromatic Colors of #BBB435
Black with #BBB435
Text Example
Text Example
White with #BBB435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB435; }
p { color: rgb(187,180,53); }
H1.HeaderClassName
{
color: #BBB435;
}
.AnyTagClassName
{
color: #BBB435;
}
</style>
background-color css
<style>
a { background-color: #BBB435; }
a { background-color: rgb(187,180,53); }
div.DivClassName
{
background-color: #BBB435;
}
.BgClassName
{
background-color: #BBB435;
}
</style>
border-color css
<style>
span { border-color: #BBB435; }
span { border-color: rgb(187,180,53); }
td.TdClassName
{
border-color: #BBB435;
}
.TagClassName
{
border-color: #BBB435;
}
</style>