Html Css Color HEX #BECE06 La Rioja

📋 copy color: '#BECE06'

red 190 ◦ green 206 ◦ blue 6

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

Shades of La Rioja #BECE06

Tints of La Rioja #BECE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 47.26%
G = 51.24%
B = 1.49%

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

#BECE06 (or 0xBECE06) is known color: La Rioja. HEX triplet: BE, CE and 06. RGB value is (190,206,6). Sum of RGB (Red+Green+Blue) = 190+206+6=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE06 is #4131F9. Grayscale: #B3B3B3. Windows color (decimal): -4272634 or 446142. OLE color: 446142.

HSL color Cylindrical-coordinate representation of color #BECE06: hue angle of 64.8º degrees, saturation: 0.94, 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 #BECE06 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 6 -
CMYK 0.08 0 0.97 0.19
HSL 64.8º 0.94% 0.42% -
HSV(B) 64.8º 0.97% 0.81% -
XYZ 43.34 55.1 8.52 -
YUV 178.42 30.7 136.26 -
System Red Green Blue C M Y K H S L
Decimal 190 206 6 0.08 0 0.97 0.19 64.8 0.94 0.42
Hex BE CE 6 8 0 61 13 41 5E 2A
Octal 276 316 6 10 0 141 23 101 136 52
Binary 10111110 11001110 110 1000 0 1100001 10011 1000001 1011110 101010

Color Harmonies of #BECE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE06

Black with #BECE06

Text Example


Text Example

White with #BECE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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