Shades of Brass #BEAC42
Tints of Brass #BEAC42
RGB
CMYK
RGB Variations
Color information
#BEAC42 (or 0xBEAC42) is known color: Brass. HEX triplet: BE, AC and 42. RGB value is (190,172,66). Sum of RGB (Red+Green+Blue) = 190+172+66=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC42 is #4153BD. Grayscale: #A5A5A5. Windows color (decimal): -4281278 or 4369598. OLE color: 4369598.
HSL color Cylindrical-coordinate representation of color #BEAC42: hue angle of 51.29º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEAC42 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 66 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.25 |
| HSL | 51.29º | 0.49% | 0.5% | - |
| HSV(B) | 51.29º | 0.65% | 0.75% | - |
| XYZ | 36.97 | 40.85 | 11.09 | - |
| YUV | 165.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 66 | 0 | 0.09 | 0.65 | 0.25 | 51.29 | 0.49 | 0.5 |
| Hex | BE | AC | 42 | 0 | 9 | 41 | 19 | 33 | 31 | 32 |
| Octal | 276 | 254 | 102 | 0 | 11 | 101 | 31 | 63 | 61 | 62 |
| Binary | 10111110 | 10101100 | 1000010 | 0 | 1001 | 1000001 | 11001 | 110011 | 110001 | 110010 |
Color Harmonies of #BEAC42
Complementary color
Monochromatic Colors of #BEAC42
Black with #BEAC42
Text Example
Text Example
White with #BEAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC42; }
p { color: rgb(190,172,66); }
H1.HeaderClassName
{
color: #BEAC42;
}
.AnyTagClassName
{
color: #BEAC42;
}
</style>
background-color css
<style>
a { background-color: #BEAC42; }
a { background-color: rgb(190,172,66); }
div.DivClassName
{
background-color: #BEAC42;
}
.BgClassName
{
background-color: #BEAC42;
}
</style>
border-color css
<style>
span { border-color: #BEAC42; }
span { border-color: rgb(190,172,66); }
td.TdClassName
{
border-color: #BEAC42;
}
.TagClassName
{
border-color: #BEAC42;
}
</style>