Shades of Brass #BBB341
Tints of Brass #BBB341
RGB
CMYK
RGB Variations
Color information
#BBB341 (or 0xBBB341) is known color: Brass. HEX triplet: BB, B3 and 41. RGB value is (187,179,65). Sum of RGB (Red+Green+Blue) = 187+179+65=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB341 is #444CBE. Grayscale: #A8A8A8. Windows color (decimal): -4476095 or 4305851. OLE color: 4305851.
HSL color Cylindrical-coordinate representation of color #BBB341: hue angle of 56.07º 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 #BBB341 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 65 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.27 |
| HSL | 56.07º | 0.48% | 0.49% | - |
| HSV(B) | 56.07º | 0.65% | 0.73% | - |
| XYZ | 37.57 | 43.19 | 11.36 | - |
| YUV | 168.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 65 | 0 | 0.04 | 0.65 | 0.27 | 56.07 | 0.48 | 0.49 |
| Hex | BB | B3 | 41 | 0 | 4 | 41 | 1B | 38 | 30 | 31 |
| Octal | 273 | 263 | 101 | 0 | 4 | 101 | 33 | 70 | 60 | 61 |
| Binary | 10111011 | 10110011 | 1000001 | 0 | 100 | 1000001 | 11011 | 111000 | 110000 | 110001 |
Color Harmonies of #BBB341
Complementary color
Monochromatic Colors of #BBB341
Black with #BBB341
Text Example
Text Example
White with #BBB341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB341; }
p { color: rgb(187,179,65); }
H1.HeaderClassName
{
color: #BBB341;
}
.AnyTagClassName
{
color: #BBB341;
}
</style>
background-color css
<style>
a { background-color: #BBB341; }
a { background-color: rgb(187,179,65); }
div.DivClassName
{
background-color: #BBB341;
}
.BgClassName
{
background-color: #BBB341;
}
</style>
border-color css
<style>
span { border-color: #BBB341; }
span { border-color: rgb(187,179,65); }
td.TdClassName
{
border-color: #BBB341;
}
.TagClassName
{
border-color: #BBB341;
}
</style>