Html Css Color HEX #BECE07 La Rioja

📋 copy color: '#BECE07'

red 190 ◦ green 206 ◦ blue 7

#BECE07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BECE07

Tints of La Rioja #BECE07

RGB

 RED value IS 190 (74.61% from 255) = 47.15%

 GREEN value IS 206 (80.86% from 255) = 51.12%

 BLUE value IS 7 (3.13% from 255) = 1.74%

R = 47.15%
G = 51.12%
B = 1.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#BECE07 (or 0xBECE07) is known color: La Rioja. HEX triplet: BE, CE and 07. RGB value is (190,206,7). Sum of RGB (Red+Green+Blue) = 190+206+7=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE07 is #4131F8. Grayscale: #B3B3B3. Windows color (decimal): -4272633 or 511678. OLE color: 511678.

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

Color convert

RGB 190 206 7 -
CMYK 0.08 0 0.97 0.19
HSL 64.82º 0.93% 0.42% -
HSV(B) 64.82º 0.97% 0.81% -
XYZ 43.34 55.11 8.55 -
YUV 178.53 31.2 136.18 -
System Red Green Blue C M Y K H S L
Decimal 190 206 7 0.08 0 0.97 0.19 64.82 0.93 0.42
Hex BE CE 7 8 0 61 13 41 5D 2A
Octal 276 316 7 10 0 141 23 101 135 52
Binary 10111110 11001110 111 1000 0 1100001 10011 1000001 1011101 101010

Color Harmonies of #BECE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE07

Black with #BECE07

Text Example


Text Example

White with #BECE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE07; }

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

 H1.HeaderClassName
 {
   color: #BECE07;
 }
 .AnyTagClassName
 {
   color: #BECE07;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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