Html Css Color HEX #BECB0F La Rioja

📋 copy color: '#BECB0F'

red 190 ◦ green 203 ◦ blue 15

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

Shades of La Rioja #BECB0F

Tints of La Rioja #BECB0F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.75%

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 46.57%
G = 49.75%
B = 3.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#BECB0F (or 0xBECB0F) is known color: La Rioja. HEX triplet: BE, CB and 0F. RGB value is (190,203,15). Sum of RGB (Red+Green+Blue) = 190+203+15=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB0F is #4134F0. Grayscale: #B2B2B2. Windows color (decimal): -4273393 or 1035198. OLE color: 1035198.

HSL color Cylindrical-coordinate representation of color #BECB0F: hue angle of 64.15º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BECB0F is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 15 -
CMYK 0.06 0 0.93 0.20
HSL 64.15º 0.86% 0.43% -
HSV(B) 64.15º 0.93% 0.8% -
XYZ 42.68 53.69 8.57 -
YUV 177.68 36.19 136.79 -
System Red Green Blue C M Y K H S L
Decimal 190 203 15 0.06 0 0.93 0.20 64.15 0.86 0.43
Hex BE CB F 6 0 5D 14 40 56 2B
Octal 276 313 17 6 0 135 24 100 126 53
Binary 10111110 11001011 1111 110 0 1011101 10100 1000000 1010110 101011

Color Harmonies of #BECB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB0F

Black with #BECB0F

Text Example


Text Example

White with #BECB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB0F; }

 p { color: rgb(190,203,15); }

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

background-color css

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

 a { background-color: rgb(190,203,15); }

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

border-color css

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

 span { border-color: rgb(190,203,15); }

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