#BECE0F

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

Shades of La Rioja #BECE0F

Tints of La Rioja #BECE0F

Color information

#BECE0F (or 0xBECE0F) is unknown color: approx La Rioja. HEX triplet: BE, CE and 0F. RGB value is (190,206,15). Sum of RGB (Red+Green+Blue) = 190+206+15=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE0F is #4131F0. Grayscale: #B4B4B4. Windows color (decimal): -4272625 or 1035966. OLE color: 1035966.

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

Color convert

RGB19020615-
CMYK0.0800.930.19
HSL65.03º86.43%43.33%-
HSV(B)65.03º92.72%80.78%-
XYZ43.3955.128.8-
YUV179.4435.2135.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 206 (80.86% from 255) = 50.12%
BLUE value IS 15 (6.25% from 255) = 3.65%
R=46.23%
G=50.12%
B=3.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190206150.0800.930.1965.0386.4343.33
HexBECEF805D1341562b
Octal276316171001352310112653
Binary101111101100111011111000010111011001110000011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE0F; }

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

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

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

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

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

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

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

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