Shades of Brass #BBB73E
Tints of Brass #BBB73E
RGB
CMYK
RGB Variations
Color information
#BBB73E (or 0xBBB73E) is known color: Brass. HEX triplet: BB, B7 and 3E. RGB value is (187,183,62). Sum of RGB (Red+Green+Blue) = 187+183+62=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB73E is #4448C1. Grayscale: #AAAAAA. Windows color (decimal): -4475074 or 4110267. OLE color: 4110267.
HSL color Cylindrical-coordinate representation of color #BBB73E: hue angle of 58.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBB73E is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 62 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.27 |
| HSL | 58.08º | 0.5% | 0.49% | - |
| HSV(B) | 58.08º | 0.67% | 0.73% | - |
| XYZ | 38.3 | 44.78 | 11.18 | - |
| YUV | 170.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 62 | 0 | 0.02 | 0.67 | 0.27 | 58.08 | 0.5 | 0.49 |
| Hex | BB | B7 | 3E | 0 | 2 | 43 | 1B | 3A | 32 | 31 |
| Octal | 273 | 267 | 76 | 0 | 2 | 103 | 33 | 72 | 62 | 61 |
| Binary | 10111011 | 10110111 | 111110 | 0 | 10 | 1000011 | 11011 | 111010 | 110010 | 110001 |
Color Harmonies of #BBB73E
Complementary color
Monochromatic Colors of #BBB73E
Black with #BBB73E
Text Example
Text Example
White with #BBB73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB73E; }
p { color: rgb(187,183,62); }
H1.HeaderClassName
{
color: #BBB73E;
}
.AnyTagClassName
{
color: #BBB73E;
}
</style>
background-color css
<style>
a { background-color: #BBB73E; }
a { background-color: rgb(187,183,62); }
div.DivClassName
{
background-color: #BBB73E;
}
.BgClassName
{
background-color: #BBB73E;
}
</style>
border-color css
<style>
span { border-color: #BBB73E; }
span { border-color: rgb(187,183,62); }
td.TdClassName
{
border-color: #BBB73E;
}
.TagClassName
{
border-color: #BBB73E;
}
</style>