Html Css Color HEX #BEC407 La Rioja

📋 copy color: '#BEC407'

red 190 ◦ green 196 ◦ blue 7

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

Shades of La Rioja #BEC407

Tints of La Rioja #BEC407

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.87%

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

R = 48.35%
G = 49.87%
B = 1.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#BEC407 (or 0xBEC407) is known color: La Rioja. HEX triplet: BE, C4 and 07. RGB value is (190,196,7). Sum of RGB (Red+Green+Blue) = 190+196+7=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC407 is #413BF8. Grayscale: #ADADAD. Windows color (decimal): -4275193 or 509118. OLE color: 509118.

HSL color Cylindrical-coordinate representation of color #BEC407: hue angle of 61.9º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEC407 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 7 -
CMYK 0.03 0 0.96 0.23
HSL 61.9º 0.93% 0.4% -
HSV(B) 61.9º 0.96% 0.77% -
XYZ 41.01 50.44 7.78 -
YUV 172.66 34.51 140.37 -
System Red Green Blue C M Y K H S L
Decimal 190 196 7 0.03 0 0.96 0.23 61.9 0.93 0.4
Hex BE C4 7 3 0 60 17 3E 5D 28
Octal 276 304 7 3 0 140 27 76 135 50
Binary 10111110 11000100 111 11 0 1100000 10111 111110 1011101 101000

Color Harmonies of #BEC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC407

Black with #BEC407

Text Example


Text Example

White with #BEC407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC407; }

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

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

background-color css

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

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

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

border-color css

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

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

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