Shades of Brass #BBAF3F
Tints of Brass #BBAF3F
RGB
CMYK
RGB Variations
Color information
#BBAF3F (or 0xBBAF3F) is known color: Brass. HEX triplet: BB, AF and 3F. RGB value is (187,175,63). Sum of RGB (Red+Green+Blue) = 187+175+63=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF3F is #4450C0. Grayscale: #A6A6A6. Windows color (decimal): -4477121 or 4173755. OLE color: 4173755.
HSL color Cylindrical-coordinate representation of color #BBAF3F: hue angle of 54.19º 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 #BBAF3F is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 63 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.27 |
| HSL | 54.19º | 0.5% | 0.49% | - |
| HSV(B) | 54.19º | 0.66% | 0.73% | - |
| XYZ | 36.72 | 41.58 | 10.79 | - |
| YUV | 165.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 63 | 0 | 0.06 | 0.66 | 0.27 | 54.19 | 0.5 | 0.49 |
| Hex | BB | AF | 3F | 0 | 6 | 42 | 1B | 36 | 32 | 31 |
| Octal | 273 | 257 | 77 | 0 | 6 | 102 | 33 | 66 | 62 | 61 |
| Binary | 10111011 | 10101111 | 111111 | 0 | 110 | 1000010 | 11011 | 110110 | 110010 | 110001 |
Color Harmonies of #BBAF3F
Complementary color
Monochromatic Colors of #BBAF3F
Black with #BBAF3F
Text Example
Text Example
White with #BBAF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF3F; }
p { color: rgb(187,175,63); }
H1.HeaderClassName
{
color: #BBAF3F;
}
.AnyTagClassName
{
color: #BBAF3F;
}
</style>
background-color css
<style>
a { background-color: #BBAF3F; }
a { background-color: rgb(187,175,63); }
div.DivClassName
{
background-color: #BBAF3F;
}
.BgClassName
{
background-color: #BBAF3F;
}
</style>
border-color css
<style>
span { border-color: #BBAF3F; }
span { border-color: rgb(187,175,63); }
td.TdClassName
{
border-color: #BBAF3F;
}
.TagClassName
{
border-color: #BBAF3F;
}
</style>