Shades of Brass #BEAB43
Tints of Brass #BEAB43
RGB
CMYK
RGB Variations
Color information
#BEAB43 (or 0xBEAB43) is known color: Brass. HEX triplet: BE, AB and 43. RGB value is (190,171,67). Sum of RGB (Red+Green+Blue) = 190+171+67=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB43 is #4154BC. Grayscale: #A5A5A5. Windows color (decimal): -4281533 or 4434878. OLE color: 4434878.
HSL color Cylindrical-coordinate representation of color #BEAB43: hue angle of 50.73º 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 #BEAB43 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 67 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.25 |
| HSL | 50.73º | 0.49% | 0.5% | - |
| HSV(B) | 50.73º | 0.65% | 0.75% | - |
| XYZ | 36.81 | 40.48 | 11.18 | - |
| YUV | 164.83 | 72.79 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 67 | 0 | 0.10 | 0.65 | 0.25 | 50.73 | 0.49 | 0.5 |
| Hex | BE | AB | 43 | 0 | A | 41 | 19 | 33 | 31 | 32 |
| Octal | 276 | 253 | 103 | 0 | 12 | 101 | 31 | 63 | 61 | 62 |
| Binary | 10111110 | 10101011 | 1000011 | 0 | 1010 | 1000001 | 11001 | 110011 | 110001 | 110010 |
Color Harmonies of #BEAB43
Complementary color
Monochromatic Colors of #BEAB43
Black with #BEAB43
Text Example
Text Example
White with #BEAB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB43; }
p { color: rgb(190,171,67); }
H1.HeaderClassName
{
color: #BEAB43;
}
.AnyTagClassName
{
color: #BEAB43;
}
</style>
background-color css
<style>
a { background-color: #BEAB43; }
a { background-color: rgb(190,171,67); }
div.DivClassName
{
background-color: #BEAB43;
}
.BgClassName
{
background-color: #BEAB43;
}
</style>
border-color css
<style>
span { border-color: #BEAB43; }
span { border-color: rgb(190,171,67); }
td.TdClassName
{
border-color: #BEAB43;
}
.TagClassName
{
border-color: #BEAB43;
}
</style>