Shades of Brass #BBAF3E
Tints of Brass #BBAF3E
RGB
CMYK
RGB Variations
Color information
#BBAF3E (or 0xBBAF3E) is known color: Brass. HEX triplet: BB, AF and 3E. RGB value is (187,175,62). Sum of RGB (Red+Green+Blue) = 187+175+62=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF3E is #4450C1. Grayscale: #A6A6A6. Windows color (decimal): -4477122 or 4108219. OLE color: 4108219.
HSL color Cylindrical-coordinate representation of color #BBAF3E: hue angle of 54.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBAF3E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 62 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.27 |
| HSL | 54.24º | 0.5% | 0.49% | - |
| HSV(B) | 54.24º | 0.67% | 0.73% | - |
| XYZ | 36.69 | 41.57 | 10.65 | - |
| YUV | 165.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 62 | 0 | 0.06 | 0.67 | 0.27 | 54.24 | 0.5 | 0.49 |
| Hex | BB | AF | 3E | 0 | 6 | 43 | 1B | 36 | 32 | 31 |
| Octal | 273 | 257 | 76 | 0 | 6 | 103 | 33 | 66 | 62 | 61 |
| Binary | 10111011 | 10101111 | 111110 | 0 | 110 | 1000011 | 11011 | 110110 | 110010 | 110001 |
Color Harmonies of #BBAF3E
Complementary color
Monochromatic Colors of #BBAF3E
Black with #BBAF3E
Text Example
Text Example
White with #BBAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF3E; }
p { color: rgb(187,175,62); }
H1.HeaderClassName
{
color: #BBAF3E;
}
.AnyTagClassName
{
color: #BBAF3E;
}
</style>
background-color css
<style>
a { background-color: #BBAF3E; }
a { background-color: rgb(187,175,62); }
div.DivClassName
{
background-color: #BBAF3E;
}
.BgClassName
{
background-color: #BBAF3E;
}
</style>
border-color css
<style>
span { border-color: #BBAF3E; }
span { border-color: rgb(187,175,62); }
td.TdClassName
{
border-color: #BBAF3E;
}
.TagClassName
{
border-color: #BBAF3E;
}
</style>