Shades of Brass #BEB543
Tints of Brass #BEB543
RGB
CMYK
RGB Variations
Color information
#BEB543 (or 0xBEB543) is known color: Brass. HEX triplet: BE, B5 and 43. RGB value is (190,181,67). Sum of RGB (Red+Green+Blue) = 190+181+67=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB543 is #414ABC. Grayscale: #ABABAB. Windows color (decimal): -4278973 or 4437438. OLE color: 4437438.
HSL color Cylindrical-coordinate representation of color #BEB543: hue angle of 55.61º 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 #BEB543 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 67 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.25 |
| HSL | 55.61º | 0.49% | 0.5% | - |
| HSV(B) | 55.61º | 0.65% | 0.75% | - |
| XYZ | 38.77 | 44.4 | 11.84 | - |
| YUV | 170.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 67 | 0 | 0.05 | 0.65 | 0.25 | 55.61 | 0.49 | 0.5 |
| Hex | BE | B5 | 43 | 0 | 5 | 41 | 19 | 38 | 31 | 32 |
| Octal | 276 | 265 | 103 | 0 | 5 | 101 | 31 | 70 | 61 | 62 |
| Binary | 10111110 | 10110101 | 1000011 | 0 | 101 | 1000001 | 11001 | 111000 | 110001 | 110010 |
Color Harmonies of #BEB543
Complementary color
Monochromatic Colors of #BEB543
Black with #BEB543
Text Example
Text Example
White with #BEB543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB543; }
p { color: rgb(190,181,67); }
H1.HeaderClassName
{
color: #BEB543;
}
.AnyTagClassName
{
color: #BEB543;
}
</style>
background-color css
<style>
a { background-color: #BEB543; }
a { background-color: rgb(190,181,67); }
div.DivClassName
{
background-color: #BEB543;
}
.BgClassName
{
background-color: #BEB543;
}
</style>
border-color css
<style>
span { border-color: #BEB543; }
span { border-color: rgb(190,181,67); }
td.TdClassName
{
border-color: #BEB543;
}
.TagClassName
{
border-color: #BEB543;
}
</style>