#beca0f

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

Shades of La Rioja #BECA0F

Tints of La Rioja #BECA0F

Color information

#BECA0F (or 0xBECA0F) is unknown color: approx La Rioja. HEX triplet: BE, CA and 0F. RGB value is (190,202,15). Sum of RGB (Red+Green+Blue) = 190+202+15=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECA0F is #4135F0. Grayscale: #B1B1B1. Windows color (decimal): -4273649 or 1034942. OLE color: 1034942.

HSL color Cylindrical-coordinate representation of color #BECA0F: hue angle of 63.85º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BECA0F is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB19020215-
CMYK0.0600.930.21
HSL63.85º86.18%42.55%-
HSV(B)63.85º92.57%79.22%-
XYZ42.4453.228.49-
YUV177.0936.52137.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 202 (79.30% from 255) = 49.63%
BLUE value IS 15 (6.25% from 255) = 3.69%
R=46.68%
G=49.63%
B=3.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190202150.0600.930.2163.8586.1842.55
HexBECAF605D1540562b
Octal27631217601352510012653
Binary10111110110010101111110010111011010110000001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #beca0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #beca0f; }

 p { color: rgb(190,202,15); }

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

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

 a { background-color: rgb(190,202,15); }

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

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

 span { border-color: rgb(190,202,15); }

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