Shades of Brass #BBAF41
Tints of Brass #BBAF41
RGB
CMYK
RGB Variations
Color information
#BBAF41 (or 0xBBAF41) is known color: Brass. HEX triplet: BB, AF and 41. RGB value is (187,175,65). Sum of RGB (Red+Green+Blue) = 187+175+65=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF41 is #4450BE. Grayscale: #A6A6A6. Windows color (decimal): -4477119 or 4304827. OLE color: 4304827.
HSL color Cylindrical-coordinate representation of color #BBAF41: hue angle of 54.1º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBAF41 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 65 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.27 |
| HSL | 54.1º | 0.48% | 0.49% | - |
| HSV(B) | 54.1º | 0.65% | 0.73% | - |
| XYZ | 36.78 | 41.61 | 11.09 | - |
| YUV | 166.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 65 | 0 | 0.06 | 0.65 | 0.27 | 54.1 | 0.48 | 0.49 |
| Hex | BB | AF | 41 | 0 | 6 | 41 | 1B | 36 | 30 | 31 |
| Octal | 273 | 257 | 101 | 0 | 6 | 101 | 33 | 66 | 60 | 61 |
| Binary | 10111011 | 10101111 | 1000001 | 0 | 110 | 1000001 | 11011 | 110110 | 110000 | 110001 |
Color Harmonies of #BBAF41
Complementary color
Monochromatic Colors of #BBAF41
Black with #BBAF41
Text Example
Text Example
White with #BBAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF41; }
p { color: rgb(187,175,65); }
H1.HeaderClassName
{
color: #BBAF41;
}
.AnyTagClassName
{
color: #BBAF41;
}
</style>
background-color css
<style>
a { background-color: #BBAF41; }
a { background-color: rgb(187,175,65); }
div.DivClassName
{
background-color: #BBAF41;
}
.BgClassName
{
background-color: #BBAF41;
}
</style>
border-color css
<style>
span { border-color: #BBAF41; }
span { border-color: rgb(187,175,65); }
td.TdClassName
{
border-color: #BBAF41;
}
.TagClassName
{
border-color: #BBAF41;
}
</style>