Html Css Color HEX #BECA0D La Rioja

📋 copy color: '#BECA0D'

red 190 ◦ green 202 ◦ blue 13

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

Shades of La Rioja #BECA0D

Tints of La Rioja #BECA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.88%

 BLUE value IS 13 (5.47% from 255) = 3.21%

R = 46.91%
G = 49.88%
B = 3.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#BECA0D (or 0xBECA0D) is known color: La Rioja. HEX triplet: BE, CA and 0D. RGB value is (190,202,13). Sum of RGB (Red+Green+Blue) = 190+202+13=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECA0D is #4135F2. Grayscale: #B1B1B1. Windows color (decimal): -4273651 or 903870. OLE color: 903870.

HSL color Cylindrical-coordinate representation of color #BECA0D: hue angle of 63.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BECA0D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 13 -
CMYK 0.06 0 0.94 0.21
HSL 63.81º 0.88% 0.42% -
HSV(B) 63.81º 0.94% 0.79% -
XYZ 42.43 53.22 8.42 -
YUV 176.87 35.52 137.37 -
System Red Green Blue C M Y K H S L
Decimal 190 202 13 0.06 0 0.94 0.21 63.81 0.88 0.42
Hex BE CA D 6 0 5E 15 40 58 2A
Octal 276 312 15 6 0 136 25 100 130 52
Binary 10111110 11001010 1101 110 0 1011110 10101 1000000 1011000 101010

Color Harmonies of #BECA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA0D

Black with #BECA0D

Text Example


Text Example

White with #BECA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA0D; }

 p { color: rgb(190,202,13); }

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

background-color css

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

 a { background-color: rgb(190,202,13); }

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

border-color css

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

 span { border-color: rgb(190,202,13); }

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