Shades of Brass #BBAE3C
Tints of Brass #BBAE3C
RGB
CMYK
RGB Variations
Color information
#BBAE3C (or 0xBBAE3C) is known color: Brass. HEX triplet: BB, AE and 3C. RGB value is (187,174,60). Sum of RGB (Red+Green+Blue) = 187+174+60=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE3C is #4451C3. Grayscale: #A5A5A5. Windows color (decimal): -4477380 or 3976891. OLE color: 3976891.
HSL color Cylindrical-coordinate representation of color #BBAE3C: hue angle of 53.86º 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 #BBAE3C is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 60 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.27 |
| HSL | 53.86º | 0.51% | 0.48% | - |
| HSV(B) | 53.86º | 0.68% | 0.73% | - |
| XYZ | 36.45 | 41.16 | 10.3 | - |
| YUV | 164.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 60 | 0 | 0.07 | 0.68 | 0.27 | 53.86 | 0.51 | 0.48 |
| Hex | BB | AE | 3C | 0 | 7 | 44 | 1B | 36 | 33 | 30 |
| Octal | 273 | 256 | 74 | 0 | 7 | 104 | 33 | 66 | 63 | 60 |
| Binary | 10111011 | 10101110 | 111100 | 0 | 111 | 1000100 | 11011 | 110110 | 110011 | 110000 |
Color Harmonies of #BBAE3C
Complementary color
Monochromatic Colors of #BBAE3C
Black with #BBAE3C
Text Example
Text Example
White with #BBAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE3C; }
p { color: rgb(187,174,60); }
H1.HeaderClassName
{
color: #BBAE3C;
}
.AnyTagClassName
{
color: #BBAE3C;
}
</style>
background-color css
<style>
a { background-color: #BBAE3C; }
a { background-color: rgb(187,174,60); }
div.DivClassName
{
background-color: #BBAE3C;
}
.BgClassName
{
background-color: #BBAE3C;
}
</style>
border-color css
<style>
span { border-color: #BBAE3C; }
span { border-color: rgb(187,174,60); }
td.TdClassName
{
border-color: #BBAE3C;
}
.TagClassName
{
border-color: #BBAE3C;
}
</style>