Html Css Color HEX #BEBA16 La Rioja

📋 copy color: '#BEBA16'

red 190 ◦ green 186 ◦ blue 22

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

Shades of La Rioja #BEBA16

Tints of La Rioja #BEBA16

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

 BLUE value IS 22 (8.98% from 255) = 5.53%

R = 47.74%
G = 46.73%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BEBA16 (or 0xBEBA16) is known color: La Rioja. HEX triplet: BE, BA and 16. RGB value is (190,186,22). Sum of RGB (Red+Green+Blue) = 190+186+22=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA16 is #4145E9. Grayscale: #A9A9A9. Windows color (decimal): -4277738 or 1489598. OLE color: 1489598.

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

Color convert

RGB 190 186 22 -
CMYK 0 0.02 0.88 0.25
HSL 58.57º 0.79% 0.42% -
HSV(B) 58.57º 0.88% 0.75% -
XYZ 38.94 46.12 7.61 -
YUV 168.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 190 186 22 0 0.02 0.88 0.25 58.57 0.79 0.42
Hex BE BA 16 0 2 58 19 3B 4F 2A
Octal 276 272 26 0 2 130 31 73 117 52
Binary 10111110 10111010 10110 0 10 1011000 11001 111011 1001111 101010

Color Harmonies of #BEBA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA16

Black with #BEBA16

Text Example


Text Example

White with #BEBA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA16; }

 p { color: rgb(190,186,22); }

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

background-color css

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

 a { background-color: rgb(190,186,22); }

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

border-color css

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

 span { border-color: rgb(190,186,22); }

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