Html Css Color HEX #BED107 La Rioja

📋 copy color: '#BED107'

red 190 ◦ green 209 ◦ blue 7

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

Shades of La Rioja #BED107

Tints of La Rioja #BED107

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.48%

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

R = 46.8%
G = 51.48%
B = 1.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#BED107 (or 0xBED107) is known color: La Rioja. HEX triplet: BE, D1 and 07. RGB value is (190,209,7). Sum of RGB (Red+Green+Blue) = 190+209+7=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #BED107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED107 is #412EF8. Grayscale: #B5B5B5. Windows color (decimal): -4271865 or 512446. OLE color: 512446.

HSL color Cylindrical-coordinate representation of color #BED107: hue angle of 65.64º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BED107 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 7 -
CMYK 0.09 0 0.97 0.18
HSL 65.64º 0.94% 0.42% -
HSV(B) 65.64º 0.97% 0.82% -
XYZ 44.07 56.56 8.8 -
YUV 180.29 30.21 134.93 -
System Red Green Blue C M Y K H S L
Decimal 190 209 7 0.09 0 0.97 0.18 65.64 0.94 0.42
Hex BE D1 7 9 0 61 12 42 5E 2A
Octal 276 321 7 11 0 141 22 102 136 52
Binary 10111110 11010001 111 1001 0 1100001 10010 1000010 1011110 101010

Color Harmonies of #BED107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED107

Black with #BED107

Text Example


Text Example

White with #BED107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED107; }

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

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

background-color css

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

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

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

border-color css

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

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

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