Shades of Brass #BBB23A
Tints of Brass #BBB23A
RGB
CMYK
RGB Variations
Color information
#BBB23A (or 0xBBB23A) is known color: Brass. HEX triplet: BB, B2 and 3A. RGB value is (187,178,58). Sum of RGB (Red+Green+Blue) = 187+178+58=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB23A is #444DC5. Grayscale: #A7A7A7. Windows color (decimal): -4476358 or 3846843. OLE color: 3846843.
HSL color Cylindrical-coordinate representation of color #BBB23A: hue angle of 55.81º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBB23A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 58 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.27 |
| HSL | 55.81º | 0.53% | 0.48% | - |
| HSV(B) | 55.81º | 0.69% | 0.73% | - |
| XYZ | 37.18 | 42.71 | 10.29 | - |
| YUV | 167.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 58 | 0 | 0.05 | 0.69 | 0.27 | 55.81 | 0.53 | 0.48 |
| Hex | BB | B2 | 3A | 0 | 5 | 45 | 1B | 38 | 35 | 30 |
| Octal | 273 | 262 | 72 | 0 | 5 | 105 | 33 | 70 | 65 | 60 |
| Binary | 10111011 | 10110010 | 111010 | 0 | 101 | 1000101 | 11011 | 111000 | 110101 | 110000 |
Color Harmonies of #BBB23A
Complementary color
Monochromatic Colors of #BBB23A
Black with #BBB23A
Text Example
Text Example
White with #BBB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB23A; }
p { color: rgb(187,178,58); }
H1.HeaderClassName
{
color: #BBB23A;
}
.AnyTagClassName
{
color: #BBB23A;
}
</style>
background-color css
<style>
a { background-color: #BBB23A; }
a { background-color: rgb(187,178,58); }
div.DivClassName
{
background-color: #BBB23A;
}
.BgClassName
{
background-color: #BBB23A;
}
</style>
border-color css
<style>
span { border-color: #BBB23A; }
span { border-color: rgb(187,178,58); }
td.TdClassName
{
border-color: #BBB23A;
}
.TagClassName
{
border-color: #BBB23A;
}
</style>