Shades of Brass #BEB343
Tints of Brass #BEB343
RGB
CMYK
RGB Variations
Color information
#BEB343 (or 0xBEB343) is known color: Brass. HEX triplet: BE, B3 and 43. RGB value is (190,179,67). Sum of RGB (Red+Green+Blue) = 190+179+67=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB343 is #414CBC. Grayscale: #A9A9A9. Windows color (decimal): -4279485 or 4436926. OLE color: 4436926.
HSL color Cylindrical-coordinate representation of color #BEB343: hue angle of 54.63º 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 #BEB343 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 179 | 67 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.25 |
| HSL | 54.63º | 0.49% | 0.5% | - |
| HSV(B) | 54.63º | 0.65% | 0.75% | - |
| XYZ | 38.37 | 43.59 | 11.7 | - |
| YUV | 169.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 67 | 0 | 0.06 | 0.65 | 0.25 | 54.63 | 0.49 | 0.5 |
| Hex | BE | B3 | 43 | 0 | 6 | 41 | 19 | 37 | 31 | 32 |
| Octal | 276 | 263 | 103 | 0 | 6 | 101 | 31 | 67 | 61 | 62 |
| Binary | 10111110 | 10110011 | 1000011 | 0 | 110 | 1000001 | 11001 | 110111 | 110001 | 110010 |
Color Harmonies of #BEB343
Complementary color
Monochromatic Colors of #BEB343
Black with #BEB343
Text Example
Text Example
White with #BEB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB343; }
p { color: rgb(190,179,67); }
H1.HeaderClassName
{
color: #BEB343;
}
.AnyTagClassName
{
color: #BEB343;
}
</style>
background-color css
<style>
a { background-color: #BEB343; }
a { background-color: rgb(190,179,67); }
div.DivClassName
{
background-color: #BEB343;
}
.BgClassName
{
background-color: #BEB343;
}
</style>
border-color css
<style>
span { border-color: #BEB343; }
span { border-color: rgb(190,179,67); }
td.TdClassName
{
border-color: #BEB343;
}
.TagClassName
{
border-color: #BEB343;
}
</style>