Shades of Brass #BEB63F
Tints of Brass #BEB63F
RGB
CMYK
RGB Variations
Color information
#BEB63F (or 0xBEB63F) is known color: Brass. HEX triplet: BE, B6 and 3F. RGB value is (190,182,63). Sum of RGB (Red+Green+Blue) = 190+182+63=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB63F is #4149C0. Grayscale: #ABABAB. Windows color (decimal): -4278721 or 4175550. OLE color: 4175550.
HSL color Cylindrical-coordinate representation of color #BEB63F: hue angle of 56.22º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEB63F is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 63 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.25 |
| HSL | 56.22º | 0.5% | 0.5% | - |
| HSV(B) | 56.22º | 0.67% | 0.75% | - |
| XYZ | 38.86 | 44.76 | 11.29 | - |
| YUV | 170.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 63 | 0 | 0.04 | 0.67 | 0.25 | 56.22 | 0.5 | 0.5 |
| Hex | BE | B6 | 3F | 0 | 4 | 43 | 19 | 38 | 32 | 32 |
| Octal | 276 | 266 | 77 | 0 | 4 | 103 | 31 | 70 | 62 | 62 |
| Binary | 10111110 | 10110110 | 111111 | 0 | 100 | 1000011 | 11001 | 111000 | 110010 | 110010 |
Color Harmonies of #BEB63F
Complementary color
Monochromatic Colors of #BEB63F
Black with #BEB63F
Text Example
Text Example
White with #BEB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB63F; }
p { color: rgb(190,182,63); }
H1.HeaderClassName
{
color: #BEB63F;
}
.AnyTagClassName
{
color: #BEB63F;
}
</style>
background-color css
<style>
a { background-color: #BEB63F; }
a { background-color: rgb(190,182,63); }
div.DivClassName
{
background-color: #BEB63F;
}
.BgClassName
{
background-color: #BEB63F;
}
</style>
border-color css
<style>
span { border-color: #BEB63F; }
span { border-color: rgb(190,182,63); }
td.TdClassName
{
border-color: #BEB63F;
}
.TagClassName
{
border-color: #BEB63F;
}
</style>