Shades of Brass #BBB335
Tints of Brass #BBB335
RGB
CMYK
RGB Variations
Color information
#BBB335 (or 0xBBB335) is known color: Brass. HEX triplet: BB, B3 and 35. RGB value is (187,179,53). Sum of RGB (Red+Green+Blue) = 187+179+53=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB335 is #444CCA. Grayscale: #A7A7A7. Windows color (decimal): -4476107 or 3519419. OLE color: 3519419.
HSL color Cylindrical-coordinate representation of color #BBB335: hue angle of 56.42º 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 #BBB335 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 53 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.27 |
| HSL | 56.42º | 0.56% | 0.47% | - |
| HSV(B) | 56.42º | 0.72% | 0.73% | - |
| XYZ | 37.26 | 43.06 | 9.72 | - |
| YUV | 167.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 53 | 0 | 0.04 | 0.72 | 0.27 | 56.42 | 0.56 | 0.47 |
| Hex | BB | B3 | 35 | 0 | 4 | 48 | 1B | 38 | 38 | 2F |
| Octal | 273 | 263 | 65 | 0 | 4 | 110 | 33 | 70 | 70 | 57 |
| Binary | 10111011 | 10110011 | 110101 | 0 | 100 | 1001000 | 11011 | 111000 | 111000 | 101111 |
Color Harmonies of #BBB335
Complementary color
Monochromatic Colors of #BBB335
Black with #BBB335
Text Example
Text Example
White with #BBB335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB335; }
p { color: rgb(187,179,53); }
H1.HeaderClassName
{
color: #BBB335;
}
.AnyTagClassName
{
color: #BBB335;
}
</style>
background-color css
<style>
a { background-color: #BBB335; }
a { background-color: rgb(187,179,53); }
div.DivClassName
{
background-color: #BBB335;
}
.BgClassName
{
background-color: #BBB335;
}
</style>
border-color css
<style>
span { border-color: #BBB335; }
span { border-color: rgb(187,179,53); }
td.TdClassName
{
border-color: #BBB335;
}
.TagClassName
{
border-color: #BBB335;
}
</style>