Shades of Brass #BBB73C
Tints of Brass #BBB73C
RGB
CMYK
RGB Variations
Color information
#BBB73C (or 0xBBB73C) is known color: Brass. HEX triplet: BB, B7 and 3C. RGB value is (187,183,60). Sum of RGB (Red+Green+Blue) = 187+183+60=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB73C is #4448C3. Grayscale: #AAAAAA. Windows color (decimal): -4475076 or 3979195. OLE color: 3979195.
HSL color Cylindrical-coordinate representation of color #BBB73C: hue angle of 58.11º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBB73C is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 60 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.27 |
| HSL | 58.11º | 0.51% | 0.48% | - |
| HSV(B) | 58.11º | 0.68% | 0.73% | - |
| XYZ | 38.24 | 44.76 | 10.9 | - |
| YUV | 170.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 60 | 0 | 0.02 | 0.68 | 0.27 | 58.11 | 0.51 | 0.48 |
| Hex | BB | B7 | 3C | 0 | 2 | 44 | 1B | 3A | 33 | 30 |
| Octal | 273 | 267 | 74 | 0 | 2 | 104 | 33 | 72 | 63 | 60 |
| Binary | 10111011 | 10110111 | 111100 | 0 | 10 | 1000100 | 11011 | 111010 | 110011 | 110000 |
Color Harmonies of #BBB73C
Complementary color
Monochromatic Colors of #BBB73C
Black with #BBB73C
Text Example
Text Example
White with #BBB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB73C; }
p { color: rgb(187,183,60); }
H1.HeaderClassName
{
color: #BBB73C;
}
.AnyTagClassName
{
color: #BBB73C;
}
</style>
background-color css
<style>
a { background-color: #BBB73C; }
a { background-color: rgb(187,183,60); }
div.DivClassName
{
background-color: #BBB73C;
}
.BgClassName
{
background-color: #BBB73C;
}
</style>
border-color css
<style>
span { border-color: #BBB73C; }
span { border-color: rgb(187,183,60); }
td.TdClassName
{
border-color: #BBB73C;
}
.TagClassName
{
border-color: #BBB73C;
}
</style>