Shades of Brass #BBB643
Tints of Brass #BBB643
RGB
CMYK
RGB Variations
Color information
#BBB643 (or 0xBBB643) is known color: Brass. HEX triplet: BB, B6 and 43. RGB value is (187,182,67). Sum of RGB (Red+Green+Blue) = 187+182+67=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB643 is #4449BC. Grayscale: #AAAAAA. Windows color (decimal): -4475325 or 4437691. OLE color: 4437691.
HSL color Cylindrical-coordinate representation of color #BBB643: hue angle of 57.5º 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 #BBB643 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 67 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.27 |
| HSL | 57.5º | 0.47% | 0.5% | - |
| HSV(B) | 57.5º | 0.64% | 0.73% | - |
| XYZ | 38.23 | 44.43 | 11.87 | - |
| YUV | 170.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 67 | 0 | 0.03 | 0.64 | 0.27 | 57.5 | 0.47 | 0.5 |
| Hex | BB | B6 | 43 | 0 | 3 | 40 | 1B | 3A | 2F | 32 |
| Octal | 273 | 266 | 103 | 0 | 3 | 100 | 33 | 72 | 57 | 62 |
| Binary | 10111011 | 10110110 | 1000011 | 0 | 11 | 1000000 | 11011 | 111010 | 101111 | 110010 |
Color Harmonies of #BBB643
Complementary color
Monochromatic Colors of #BBB643
Black with #BBB643
Text Example
Text Example
White with #BBB643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB643; }
p { color: rgb(187,182,67); }
H1.HeaderClassName
{
color: #BBB643;
}
.AnyTagClassName
{
color: #BBB643;
}
</style>
background-color css
<style>
a { background-color: #BBB643; }
a { background-color: rgb(187,182,67); }
div.DivClassName
{
background-color: #BBB643;
}
.BgClassName
{
background-color: #BBB643;
}
</style>
border-color css
<style>
span { border-color: #BBB643; }
span { border-color: rgb(187,182,67); }
td.TdClassName
{
border-color: #BBB643;
}
.TagClassName
{
border-color: #BBB643;
}
</style>