Html Css Color HEX #BEC706 La Rioja

📋 copy color: '#BEC706'

red 190 ◦ green 199 ◦ blue 6

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

Shades of La Rioja #BEC706

Tints of La Rioja #BEC706

RGB

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

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

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

R = 48.1%
G = 50.38%
B = 1.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#BEC706 (or 0xBEC706) is known color: La Rioja. HEX triplet: BE, C7 and 06. RGB value is (190,199,6). Sum of RGB (Red+Green+Blue) = 190+199+6=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC706 is #4138F9. Grayscale: #AFAFAF. Windows color (decimal): -4274426 or 444350. OLE color: 444350.

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

Color convert

RGB 190 199 6 -
CMYK 0.05 0 0.97 0.22
HSL 62.8º 0.94% 0.4% -
HSV(B) 62.8º 0.97% 0.78% -
XYZ 41.69 51.81 7.97 -
YUV 174.31 33.02 139.19 -
System Red Green Blue C M Y K H S L
Decimal 190 199 6 0.05 0 0.97 0.22 62.8 0.94 0.4
Hex BE C7 6 5 0 61 16 3F 5E 28
Octal 276 307 6 5 0 141 26 77 136 50
Binary 10111110 11000111 110 101 0 1100001 10110 111111 1011110 101000

Color Harmonies of #BEC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC706

Black with #BEC706

Text Example


Text Example

White with #BEC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC706; }

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

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

background-color css

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

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

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

border-color css

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

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

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