Shades of Brass #BBB344
Tints of Brass #BBB344
RGB
CMYK
RGB Variations
Color information
#BBB344 (or 0xBBB344) is known color: Brass. HEX triplet: BB, B3 and 44. RGB value is (187,179,68). Sum of RGB (Red+Green+Blue) = 187+179+68=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB344 is #444CBB. Grayscale: #A9A9A9. Windows color (decimal): -4476092 or 4502459. OLE color: 4502459.
HSL color Cylindrical-coordinate representation of color #BBB344: hue angle of 55.97º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBB344 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 68 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.27 |
| HSL | 55.97º | 0.47% | 0.5% | - |
| HSV(B) | 55.97º | 0.64% | 0.73% | - |
| XYZ | 37.66 | 43.22 | 11.83 | - |
| YUV | 168.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 68 | 0 | 0.04 | 0.64 | 0.27 | 55.97 | 0.47 | 0.5 |
| Hex | BB | B3 | 44 | 0 | 4 | 40 | 1B | 38 | 2F | 32 |
| Octal | 273 | 263 | 104 | 0 | 4 | 100 | 33 | 70 | 57 | 62 |
| Binary | 10111011 | 10110011 | 1000100 | 0 | 100 | 1000000 | 11011 | 111000 | 101111 | 110010 |
Color Harmonies of #BBB344
Complementary color
Monochromatic Colors of #BBB344
Black with #BBB344
Text Example
Text Example
White with #BBB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB344; }
p { color: rgb(187,179,68); }
H1.HeaderClassName
{
color: #BBB344;
}
.AnyTagClassName
{
color: #BBB344;
}
</style>
background-color css
<style>
a { background-color: #BBB344; }
a { background-color: rgb(187,179,68); }
div.DivClassName
{
background-color: #BBB344;
}
.BgClassName
{
background-color: #BBB344;
}
</style>
border-color css
<style>
span { border-color: #BBB344; }
span { border-color: rgb(187,179,68); }
td.TdClassName
{
border-color: #BBB344;
}
.TagClassName
{
border-color: #BBB344;
}
</style>