Html Css Color HEX #BEC807 La Rioja

📋 copy color: '#BEC807'

red 190 ◦ green 200 ◦ blue 7

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

Shades of La Rioja #BEC807

Tints of La Rioja #BEC807

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.38%

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

R = 47.86%
G = 50.38%
B = 1.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#BEC807 (or 0xBEC807) is known color: La Rioja. HEX triplet: BE, C8 and 07. RGB value is (190,200,7). Sum of RGB (Red+Green+Blue) = 190+200+7=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC807 is #4137F8. Grayscale: #AFAFAF. Windows color (decimal): -4274169 or 510142. OLE color: 510142.

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

Color convert

RGB 190 200 7 -
CMYK 0.05 0 0.96 0.22
HSL 63.11º 0.93% 0.41% -
HSV(B) 63.11º 0.97% 0.78% -
XYZ 41.93 52.27 8.08 -
YUV 175.01 33.19 138.69 -
System Red Green Blue C M Y K H S L
Decimal 190 200 7 0.05 0 0.96 0.22 63.11 0.93 0.41
Hex BE C8 7 5 0 60 16 3F 5D 29
Octal 276 310 7 5 0 140 26 77 135 51
Binary 10111110 11001000 111 101 0 1100000 10110 111111 1011101 101001

Color Harmonies of #BEC807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC807

Black with #BEC807

Text Example


Text Example

White with #BEC807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC807; }

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

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

background-color css

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

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

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

border-color css

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

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

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