Shades of Brass #BEB23E
Tints of Brass #BEB23E
RGB
CMYK
RGB Variations
Color information
#BEB23E (or 0xBEB23E) is known color: Brass. HEX triplet: BE, B2 and 3E. RGB value is (190,178,62). Sum of RGB (Red+Green+Blue) = 190+178+62=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB23E is #414DC1. Grayscale: #A8A8A8. Windows color (decimal): -4279746 or 4108990. OLE color: 4108990.
HSL color Cylindrical-coordinate representation of color #BEB23E: hue angle of 54.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEB23E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 62 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.25 |
| HSL | 54.38º | 0.51% | 0.49% | - |
| HSV(B) | 54.38º | 0.67% | 0.75% | - |
| XYZ | 38.03 | 43.14 | 10.88 | - |
| YUV | 168.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 62 | 0 | 0.06 | 0.67 | 0.25 | 54.38 | 0.51 | 0.49 |
| Hex | BE | B2 | 3E | 0 | 6 | 43 | 19 | 36 | 33 | 31 |
| Octal | 276 | 262 | 76 | 0 | 6 | 103 | 31 | 66 | 63 | 61 |
| Binary | 10111110 | 10110010 | 111110 | 0 | 110 | 1000011 | 11001 | 110110 | 110011 | 110001 |
Color Harmonies of #BEB23E
Complementary color
Monochromatic Colors of #BEB23E
Black with #BEB23E
Text Example
Text Example
White with #BEB23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB23E; }
p { color: rgb(190,178,62); }
H1.HeaderClassName
{
color: #BEB23E;
}
.AnyTagClassName
{
color: #BEB23E;
}
</style>
background-color css
<style>
a { background-color: #BEB23E; }
a { background-color: rgb(190,178,62); }
div.DivClassName
{
background-color: #BEB23E;
}
.BgClassName
{
background-color: #BEB23E;
}
</style>
border-color css
<style>
span { border-color: #BEB23E; }
span { border-color: rgb(190,178,62); }
td.TdClassName
{
border-color: #BEB23E;
}
.TagClassName
{
border-color: #BEB23E;
}
</style>