Shades of Brass #BEAB3C
Tints of Brass #BEAB3C
RGB
CMYK
RGB Variations
Color information
#BEAB3C (or 0xBEAB3C) is known color: Brass. HEX triplet: BE, AB and 3C. RGB value is (190,171,60). Sum of RGB (Red+Green+Blue) = 190+171+60=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB3C is #4154C3. Grayscale: #A4A4A4. Windows color (decimal): -4281540 or 3976126. OLE color: 3976126.
HSL color Cylindrical-coordinate representation of color #BEAB3C: hue angle of 51.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEAB3C is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 60 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.25 |
| HSL | 51.23º | 0.52% | 0.49% | - |
| HSV(B) | 51.23º | 0.68% | 0.75% | - |
| XYZ | 36.61 | 40.4 | 10.14 | - |
| YUV | 164.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 60 | 0 | 0.10 | 0.68 | 0.25 | 51.23 | 0.52 | 0.49 |
| Hex | BE | AB | 3C | 0 | A | 44 | 19 | 33 | 34 | 31 |
| Octal | 276 | 253 | 74 | 0 | 12 | 104 | 31 | 63 | 64 | 61 |
| Binary | 10111110 | 10101011 | 111100 | 0 | 1010 | 1000100 | 11001 | 110011 | 110100 | 110001 |
Color Harmonies of #BEAB3C
Complementary color
Monochromatic Colors of #BEAB3C
Black with #BEAB3C
Text Example
Text Example
White with #BEAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB3C; }
p { color: rgb(190,171,60); }
H1.HeaderClassName
{
color: #BEAB3C;
}
.AnyTagClassName
{
color: #BEAB3C;
}
</style>
background-color css
<style>
a { background-color: #BEAB3C; }
a { background-color: rgb(190,171,60); }
div.DivClassName
{
background-color: #BEAB3C;
}
.BgClassName
{
background-color: #BEAB3C;
}
</style>
border-color css
<style>
span { border-color: #BEAB3C; }
span { border-color: rgb(190,171,60); }
td.TdClassName
{
border-color: #BEAB3C;
}
.TagClassName
{
border-color: #BEAB3C;
}
</style>