#BEBA04

Color #BEBA04 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BEBA04

Tints of La Rioja #BEBA04

Color information

#BEBA04 (or 0xBEBA04) is unknown color: approx La Rioja. HEX triplet: BE, BA and 04. RGB value is (190,186,4). Sum of RGB (Red+Green+Blue) = 190+186+4=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA04 is #4145FB. Grayscale: #A7A7A7. Windows color (decimal): -4277756 or 309950. OLE color: 309950.

HSL color Cylindrical-coordinate representation of color #BEBA04: hue angle of 58.71º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEBA04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB1901864-
CMYK00.020.980.25
HSL58.71º95.88%38.04%-
HSV(B)58.71º97.89%74.51%-
XYZ38.8246.076.96-
YUV166.4536.33144.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 186 (73.05% from 255) = 48.95%
BLUE value IS 4 (1.95% from 255) = 1.05%
R=50%
G=48.95%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190186400.020.980.2558.7195.8838.04
HexBEBA40262193b6026
Octal276272402142317314046
Binary10111110101110101000101100010110011110111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA04; }

 p { color: rgb(190,186,4); }

 H1.HeaderClassName
 {
   color: #BEBA04;
 }
 .AnyTagClassName
 {
   color: #BEBA04;
 }
</style>
background-color css

<style>
 a { background-color: #BEBA04; }

 a { background-color: rgb(190,186,4); }

 div.DivClassName
 {
   background-color: #BEBA04;
 }
 .BgClassName
 {
   background-color: #BEBA04;
 }
</style>
border-color css

<style>
 span { border-color: #BEBA04; }

 span { border-color: rgb(190,186,4); }

 td.TdClassName
 {
   border-color: #BEBA04;
 }
 .TagClassName
 {
   border-color: #BEBA04;
 }
</style>