Shades of Brass #BBB735
Tints of Brass #BBB735
RGB
CMYK
RGB Variations
Color information
#BBB735 (or 0xBBB735) is known color: Brass. HEX triplet: BB, B7 and 35. RGB value is (187,183,53). Sum of RGB (Red+Green+Blue) = 187+183+53=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB735 is #4448CA. Grayscale: #A9A9A9. Windows color (decimal): -4475083 or 3520443. OLE color: 3520443.
HSL color Cylindrical-coordinate representation of color #BBB735: hue angle of 58.21º 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 #BBB735 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 53 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.27 |
| HSL | 58.21º | 0.56% | 0.47% | - |
| HSV(B) | 58.21º | 0.72% | 0.73% | - |
| XYZ | 38.07 | 44.69 | 9.99 | - |
| YUV | 169.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 53 | 0 | 0.02 | 0.72 | 0.27 | 58.21 | 0.56 | 0.47 |
| Hex | BB | B7 | 35 | 0 | 2 | 48 | 1B | 3A | 38 | 2F |
| Octal | 273 | 267 | 65 | 0 | 2 | 110 | 33 | 72 | 70 | 57 |
| Binary | 10111011 | 10110111 | 110101 | 0 | 10 | 1001000 | 11011 | 111010 | 111000 | 101111 |
Color Harmonies of #BBB735
Complementary color
Monochromatic Colors of #BBB735
Black with #BBB735
Text Example
Text Example
White with #BBB735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB735; }
p { color: rgb(187,183,53); }
H1.HeaderClassName
{
color: #BBB735;
}
.AnyTagClassName
{
color: #BBB735;
}
</style>
background-color css
<style>
a { background-color: #BBB735; }
a { background-color: rgb(187,183,53); }
div.DivClassName
{
background-color: #BBB735;
}
.BgClassName
{
background-color: #BBB735;
}
</style>
border-color css
<style>
span { border-color: #BBB735; }
span { border-color: rgb(187,183,53); }
td.TdClassName
{
border-color: #BBB735;
}
.TagClassName
{
border-color: #BBB735;
}
</style>