Shades of Brass #BBAE3F
Tints of Brass #BBAE3F
RGB
CMYK
RGB Variations
Color information
#BBAE3F (or 0xBBAE3F) is known color: Brass. HEX triplet: BB, AE and 3F. RGB value is (187,174,63). Sum of RGB (Red+Green+Blue) = 187+174+63=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE3F is #4451C0. Grayscale: #A5A5A5. Windows color (decimal): -4477377 or 4173499. OLE color: 4173499.
HSL color Cylindrical-coordinate representation of color #BBAE3F: hue angle of 53.71º 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 #BBAE3F is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 63 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.27 |
| HSL | 53.71º | 0.5% | 0.49% | - |
| HSV(B) | 53.71º | 0.66% | 0.73% | - |
| XYZ | 36.53 | 41.2 | 10.73 | - |
| YUV | 165.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 63 | 0 | 0.07 | 0.66 | 0.27 | 53.71 | 0.5 | 0.49 |
| Hex | BB | AE | 3F | 0 | 7 | 42 | 1B | 36 | 32 | 31 |
| Octal | 273 | 256 | 77 | 0 | 7 | 102 | 33 | 66 | 62 | 61 |
| Binary | 10111011 | 10101110 | 111111 | 0 | 111 | 1000010 | 11011 | 110110 | 110010 | 110001 |
Color Harmonies of #BBAE3F
Complementary color
Monochromatic Colors of #BBAE3F
Black with #BBAE3F
Text Example
Text Example
White with #BBAE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE3F; }
p { color: rgb(187,174,63); }
H1.HeaderClassName
{
color: #BBAE3F;
}
.AnyTagClassName
{
color: #BBAE3F;
}
</style>
background-color css
<style>
a { background-color: #BBAE3F; }
a { background-color: rgb(187,174,63); }
div.DivClassName
{
background-color: #BBAE3F;
}
.BgClassName
{
background-color: #BBAE3F;
}
</style>
border-color css
<style>
span { border-color: #BBAE3F; }
span { border-color: rgb(187,174,63); }
td.TdClassName
{
border-color: #BBAE3F;
}
.TagClassName
{
border-color: #BBAE3F;
}
</style>