Html Css Color HEX #BEC701 La Rioja

📋 copy color: '#BEC701'

red 190 ◦ green 199 ◦ blue 1

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

Shades of La Rioja #BEC701

Tints of La Rioja #BEC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.03%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 48.72%
G = 51.03%
B = 0.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#BEC701 (or 0xBEC701) is known color: La Rioja. HEX triplet: BE, C7 and 01. RGB value is (190,199,1). Sum of RGB (Red+Green+Blue) = 190+199+1=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC701 is #4138FE. Grayscale: #AEAEAE. Windows color (decimal): -4274431 or 116670. OLE color: 116670.

HSL color Cylindrical-coordinate representation of color #BEC701: hue angle of 62.73º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEC701 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 199 1 -
CMYK 0.05 0 0.99 0.22
HSL 62.73º 0.99% 0.39% -
HSV(B) 62.73º 0.99% 0.78% -
XYZ 41.66 51.8 7.83 -
YUV 173.74 30.52 139.6 -
System Red Green Blue C M Y K H S L
Decimal 190 199 1 0.05 0 0.99 0.22 62.73 0.99 0.39
Hex BE C7 1 5 0 63 16 3F 63 27
Octal 276 307 1 5 0 143 26 77 143 47
Binary 10111110 11000111 1 101 0 1100011 10110 111111 1100011 100111

Color Harmonies of #BEC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC701

Black with #BEC701

Text Example


Text Example

White with #BEC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC701; }

 p { color: rgb(190,199,1); }

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

background-color css

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

 a { background-color: rgb(190,199,1); }

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

border-color css

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

 span { border-color: rgb(190,199,1); }

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