Shades of Brass #BBB035
Tints of Brass #BBB035
RGB
CMYK
RGB Variations
Color information
#BBB035 (or 0xBBB035) is known color: Brass. HEX triplet: BB, B0 and 35. RGB value is (187,176,53). Sum of RGB (Red+Green+Blue) = 187+176+53=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB035 is #444FCA. Grayscale: #A5A5A5. Windows color (decimal): -4476875 or 3518651. OLE color: 3518651.
HSL color Cylindrical-coordinate representation of color #BBB035: hue angle of 55.07º 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 #BBB035 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 53 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.27 |
| HSL | 55.07º | 0.56% | 0.47% | - |
| HSV(B) | 55.07º | 0.72% | 0.73% | - |
| XYZ | 36.66 | 41.87 | 9.52 | - |
| YUV | 165.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 53 | 0 | 0.06 | 0.72 | 0.27 | 55.07 | 0.56 | 0.47 |
| Hex | BB | B0 | 35 | 0 | 6 | 48 | 1B | 37 | 38 | 2F |
| Octal | 273 | 260 | 65 | 0 | 6 | 110 | 33 | 67 | 70 | 57 |
| Binary | 10111011 | 10110000 | 110101 | 0 | 110 | 1001000 | 11011 | 110111 | 111000 | 101111 |
Color Harmonies of #BBB035
Complementary color
Monochromatic Colors of #BBB035
Black with #BBB035
Text Example
Text Example
White with #BBB035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB035; }
p { color: rgb(187,176,53); }
H1.HeaderClassName
{
color: #BBB035;
}
.AnyTagClassName
{
color: #BBB035;
}
</style>
background-color css
<style>
a { background-color: #BBB035; }
a { background-color: rgb(187,176,53); }
div.DivClassName
{
background-color: #BBB035;
}
.BgClassName
{
background-color: #BBB035;
}
</style>
border-color css
<style>
span { border-color: #BBB035; }
span { border-color: rgb(187,176,53); }
td.TdClassName
{
border-color: #BBB035;
}
.TagClassName
{
border-color: #BBB035;
}
</style>