Shades of Brass #BBB43F
Tints of Brass #BBB43F
RGB
CMYK
RGB Variations
Color information
#BBB43F (or 0xBBB43F) is known color: Brass. HEX triplet: BB, B4 and 3F. RGB value is (187,180,63). Sum of RGB (Red+Green+Blue) = 187+180+63=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB43F is #444BC0. Grayscale: #A9A9A9. Windows color (decimal): -4475841 or 4175035. OLE color: 4175035.
HSL color Cylindrical-coordinate representation of color #BBB43F: hue angle of 56.61º 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 #BBB43F is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 63 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.27 |
| HSL | 56.61º | 0.5% | 0.49% | - |
| HSV(B) | 56.61º | 0.66% | 0.73% | - |
| XYZ | 37.71 | 43.57 | 11.12 | - |
| YUV | 168.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 63 | 0 | 0.04 | 0.66 | 0.27 | 56.61 | 0.5 | 0.49 |
| Hex | BB | B4 | 3F | 0 | 4 | 42 | 1B | 39 | 32 | 31 |
| Octal | 273 | 264 | 77 | 0 | 4 | 102 | 33 | 71 | 62 | 61 |
| Binary | 10111011 | 10110100 | 111111 | 0 | 100 | 1000010 | 11011 | 111001 | 110010 | 110001 |
Color Harmonies of #BBB43F
Complementary color
Monochromatic Colors of #BBB43F
Black with #BBB43F
Text Example
Text Example
White with #BBB43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB43F; }
p { color: rgb(187,180,63); }
H1.HeaderClassName
{
color: #BBB43F;
}
.AnyTagClassName
{
color: #BBB43F;
}
</style>
background-color css
<style>
a { background-color: #BBB43F; }
a { background-color: rgb(187,180,63); }
div.DivClassName
{
background-color: #BBB43F;
}
.BgClassName
{
background-color: #BBB43F;
}
</style>
border-color css
<style>
span { border-color: #BBB43F; }
span { border-color: rgb(187,180,63); }
td.TdClassName
{
border-color: #BBB43F;
}
.TagClassName
{
border-color: #BBB43F;
}
</style>