Html Css Color HEX #BEBF11 La Rioja

📋 copy color: '#BEBF11'

red 190 ◦ green 191 ◦ blue 17

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

Shades of La Rioja #BEBF11

Tints of La Rioja #BEBF11

RGB

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

 GREEN value IS 191 (75% from 255) = 47.99%

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

R = 47.74%
G = 47.99%
B = 4.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEBF11 (or 0xBEBF11) is known color: La Rioja. HEX triplet: BE, BF and 11. RGB value is (190,191,17). Sum of RGB (Red+Green+Blue) = 190+191+17=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBF11 is #4140EE. Grayscale: #ABABAB. Windows color (decimal): -4276463 or 1163198. OLE color: 1163198.

HSL color Cylindrical-coordinate representation of color #BEBF11: hue angle of 60.34º 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 #BEBF11 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 191 17 -
CMYK 0.01 0 0.91 0.25
HSL 60.34º 0.84% 0.41% -
HSV(B) 60.34º 0.91% 0.75% -
XYZ 39.97 48.25 7.74 -
YUV 170.87 41.17 141.65 -
System Red Green Blue C M Y K H S L
Decimal 190 191 17 0.01 0 0.91 0.25 60.34 0.84 0.41
Hex BE BF 11 1 0 5B 19 3C 54 29
Octal 276 277 21 1 0 133 31 74 124 51
Binary 10111110 10111111 10001 1 0 1011011 11001 111100 1010100 101001

Color Harmonies of #BEBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBF11

Black with #BEBF11

Text Example


Text Example

White with #BEBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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