Html Css Color HEX #BEBE11 La Rioja

📋 copy color: '#BEBE11'

red 190 ◦ green 190 ◦ blue 17

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

Shades of La Rioja #BEBE11

Tints of La Rioja #BEBE11

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.86%

 BLUE value IS 17 (7.03% from 255) = 4.28%

R = 47.86%
G = 47.86%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEBE11 (or 0xBEBE11) is known color: La Rioja. HEX triplet: BE, BE and 11. RGB value is (190,190,17). Sum of RGB (Red+Green+Blue) = 190+190+17=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBE11 is #4141EE. Grayscale: #AAAAAA. Windows color (decimal): -4276719 or 1162942. OLE color: 1162942.

HSL color Cylindrical-coordinate representation of color #BEBE11: hue angle of 60º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEBE11 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 190 17 -
CMYK 0 0 0.91 0.25
HSL 60º 0.84% 0.41% -
HSV(B) 60º 0.91% 0.75% -
XYZ 39.75 47.81 7.66 -
YUV 170.28 41.5 142.07 -
System Red Green Blue C M Y K H S L
Decimal 190 190 17 0 0 0.91 0.25 60 0.84 0.41
Hex BE BE 11 0 0 5B 19 3C 54 29
Octal 276 276 21 0 0 133 31 74 124 51
Binary 10111110 10111110 10001 0 0 1011011 11001 111100 1010100 101001

Color Harmonies of #BEBE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE11

Black with #BEBE11

Text Example


Text Example

White with #BEBE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE11; }

 p { color: rgb(190,190,17); }

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

background-color css

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

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

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

border-color css

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

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

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