Shades of Brass #BBB641
Tints of Brass #BBB641
RGB
CMYK
RGB Variations
Color information
#BBB641 (or 0xBBB641) is known color: Brass. HEX triplet: BB, B6 and 41. RGB value is (187,182,65). Sum of RGB (Red+Green+Blue) = 187+182+65=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB641 is #4449BE. Grayscale: #AAAAAA. Windows color (decimal): -4475327 or 4306619. OLE color: 4306619.
HSL color Cylindrical-coordinate representation of color #BBB641: hue angle of 57.54º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBB641 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 65 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.27 |
| HSL | 57.54º | 0.48% | 0.49% | - |
| HSV(B) | 57.54º | 0.65% | 0.73% | - |
| XYZ | 38.18 | 44.4 | 11.56 | - |
| YUV | 170.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 65 | 0 | 0.03 | 0.65 | 0.27 | 57.54 | 0.48 | 0.49 |
| Hex | BB | B6 | 41 | 0 | 3 | 41 | 1B | 3A | 30 | 31 |
| Octal | 273 | 266 | 101 | 0 | 3 | 101 | 33 | 72 | 60 | 61 |
| Binary | 10111011 | 10110110 | 1000001 | 0 | 11 | 1000001 | 11011 | 111010 | 110000 | 110001 |
Color Harmonies of #BBB641
Complementary color
Monochromatic Colors of #BBB641
Black with #BBB641
Text Example
Text Example
White with #BBB641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB641; }
p { color: rgb(187,182,65); }
H1.HeaderClassName
{
color: #BBB641;
}
.AnyTagClassName
{
color: #BBB641;
}
</style>
background-color css
<style>
a { background-color: #BBB641; }
a { background-color: rgb(187,182,65); }
div.DivClassName
{
background-color: #BBB641;
}
.BgClassName
{
background-color: #BBB641;
}
</style>
border-color css
<style>
span { border-color: #BBB641; }
span { border-color: rgb(187,182,65); }
td.TdClassName
{
border-color: #BBB641;
}
.TagClassName
{
border-color: #BBB641;
}
</style>