Html Css Color HEX #BEBC1A La Rioja

📋 copy color: '#BEBC1A'

red 190 ◦ green 188 ◦ blue 26

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

Shades of La Rioja #BEBC1A

Tints of La Rioja #BEBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.53%

 BLUE value IS 26 (10.55% from 255) = 6.44%

R = 47.03%
G = 46.53%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BEBC1A (or 0xBEBC1A) is known color: La Rioja. HEX triplet: BE, BC and 1A. RGB value is (190,188,26). Sum of RGB (Red+Green+Blue) = 190+188+26=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC1A is #4143E5. Grayscale: #AAAAAA. Windows color (decimal): -4277222 or 1752254. OLE color: 1752254.

HSL color Cylindrical-coordinate representation of color #BEBC1A: hue angle of 59.27º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEBC1A is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 26 -
CMYK 0 0.01 0.86 0.25
HSL 59.27º 0.76% 0.42% -
HSV(B) 59.27º 0.86% 0.75% -
XYZ 39.4 46.99 7.97 -
YUV 170.13 46.66 142.17 -
System Red Green Blue C M Y K H S L
Decimal 190 188 26 0 0.01 0.86 0.25 59.27 0.76 0.42
Hex BE BC 1A 0 1 56 19 3B 4C 2A
Octal 276 274 32 0 1 126 31 73 114 52
Binary 10111110 10111100 11010 0 1 1010110 11001 111011 1001100 101010

Color Harmonies of #BEBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC1A

Black with #BEBC1A

Text Example


Text Example

White with #BEBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC1A; }

 p { color: rgb(190,188,26); }

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

background-color css

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

 a { background-color: rgb(190,188,26); }

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

border-color css

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

 span { border-color: rgb(190,188,26); }

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