Shades of Brass #BBB534
Tints of Brass #BBB534
RGB
CMYK
RGB Variations
Color information
#BBB534 (or 0xBBB534) is known color: Brass. HEX triplet: BB, B5 and 34. RGB value is (187,181,52). Sum of RGB (Red+Green+Blue) = 187+181+52=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB534 is #444ACB. Grayscale: #A8A8A8. Windows color (decimal): -4475596 or 3454395. OLE color: 3454395.
HSL color Cylindrical-coordinate representation of color #BBB534: hue angle of 57.33º 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 #BBB534 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 52 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.27 |
| HSL | 57.33º | 0.56% | 0.47% | - |
| HSV(B) | 57.33º | 0.72% | 0.73% | - |
| XYZ | 37.64 | 43.86 | 9.73 | - |
| YUV | 168.09 | 62.49 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 52 | 0 | 0.03 | 0.72 | 0.27 | 57.33 | 0.56 | 0.47 |
| Hex | BB | B5 | 34 | 0 | 3 | 48 | 1B | 39 | 38 | 2F |
| Octal | 273 | 265 | 64 | 0 | 3 | 110 | 33 | 71 | 70 | 57 |
| Binary | 10111011 | 10110101 | 110100 | 0 | 11 | 1001000 | 11011 | 111001 | 111000 | 101111 |
Color Harmonies of #BBB534
Complementary color
Monochromatic Colors of #BBB534
Black with #BBB534
Text Example
Text Example
White with #BBB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB534; }
p { color: rgb(187,181,52); }
H1.HeaderClassName
{
color: #BBB534;
}
.AnyTagClassName
{
color: #BBB534;
}
</style>
background-color css
<style>
a { background-color: #BBB534; }
a { background-color: rgb(187,181,52); }
div.DivClassName
{
background-color: #BBB534;
}
.BgClassName
{
background-color: #BBB534;
}
</style>
border-color css
<style>
span { border-color: #BBB534; }
span { border-color: rgb(187,181,52); }
td.TdClassName
{
border-color: #BBB534;
}
.TagClassName
{
border-color: #BBB534;
}
</style>