Shades of Brass #BEB140
Tints of Brass #BEB140
RGB
CMYK
RGB Variations
Color information
#BEB140 (or 0xBEB140) is known color: Brass. HEX triplet: BE, B1 and 40. RGB value is (190,177,64). Sum of RGB (Red+Green+Blue) = 190+177+64=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB140 is #414EBF. Grayscale: #A8A8A8. Windows color (decimal): -4280000 or 4239806. OLE color: 4239806.
HSL color Cylindrical-coordinate representation of color #BEB140: hue angle of 53.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEB140 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 64 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.25 |
| HSL | 53.81º | 0.5% | 0.5% | - |
| HSV(B) | 53.81º | 0.66% | 0.75% | - |
| XYZ | 37.88 | 42.76 | 11.11 | - |
| YUV | 168.01 | 69.31 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 64 | 0 | 0.07 | 0.66 | 0.25 | 53.81 | 0.5 | 0.5 |
| Hex | BE | B1 | 40 | 0 | 7 | 42 | 19 | 36 | 32 | 32 |
| Octal | 276 | 261 | 100 | 0 | 7 | 102 | 31 | 66 | 62 | 62 |
| Binary | 10111110 | 10110001 | 1000000 | 0 | 111 | 1000010 | 11001 | 110110 | 110010 | 110010 |
Color Harmonies of #BEB140
Complementary color
Monochromatic Colors of #BEB140
Black with #BEB140
Text Example
Text Example
White with #BEB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB140; }
p { color: rgb(190,177,64); }
H1.HeaderClassName
{
color: #BEB140;
}
.AnyTagClassName
{
color: #BEB140;
}
</style>
background-color css
<style>
a { background-color: #BEB140; }
a { background-color: rgb(190,177,64); }
div.DivClassName
{
background-color: #BEB140;
}
.BgClassName
{
background-color: #BEB140;
}
</style>
border-color css
<style>
span { border-color: #BEB140; }
span { border-color: rgb(190,177,64); }
td.TdClassName
{
border-color: #BEB140;
}
.TagClassName
{
border-color: #BEB140;
}
</style>