Shades of Brass #BBB03F
Tints of Brass #BBB03F
RGB
CMYK
RGB Variations
Color information
#BBB03F (or 0xBBB03F) is known color: Brass. HEX triplet: BB, B0 and 3F. RGB value is (187,176,63). Sum of RGB (Red+Green+Blue) = 187+176+63=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB03F is #444FC0. Grayscale: #A6A6A6. Windows color (decimal): -4476865 or 4174011. OLE color: 4174011.
HSL color Cylindrical-coordinate representation of color #BBB03F: hue angle of 54.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBB03F is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 63 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.27 |
| HSL | 54.68º | 0.5% | 0.49% | - |
| HSV(B) | 54.68º | 0.66% | 0.73% | - |
| XYZ | 36.92 | 41.97 | 10.86 | - |
| YUV | 166.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 63 | 0 | 0.06 | 0.66 | 0.27 | 54.68 | 0.5 | 0.49 |
| Hex | BB | B0 | 3F | 0 | 6 | 42 | 1B | 37 | 32 | 31 |
| Octal | 273 | 260 | 77 | 0 | 6 | 102 | 33 | 67 | 62 | 61 |
| Binary | 10111011 | 10110000 | 111111 | 0 | 110 | 1000010 | 11011 | 110111 | 110010 | 110001 |
Color Harmonies of #BBB03F
Complementary color
Monochromatic Colors of #BBB03F
Black with #BBB03F
Text Example
Text Example
White with #BBB03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB03F; }
p { color: rgb(187,176,63); }
H1.HeaderClassName
{
color: #BBB03F;
}
.AnyTagClassName
{
color: #BBB03F;
}
</style>
background-color css
<style>
a { background-color: #BBB03F; }
a { background-color: rgb(187,176,63); }
div.DivClassName
{
background-color: #BBB03F;
}
.BgClassName
{
background-color: #BBB03F;
}
</style>
border-color css
<style>
span { border-color: #BBB03F; }
span { border-color: rgb(187,176,63); }
td.TdClassName
{
border-color: #BBB03F;
}
.TagClassName
{
border-color: #BBB03F;
}
</style>