Html Css Color HEX #BEBD11 La Rioja

📋 copy color: '#BEBD11'

red 190 ◦ green 189 ◦ blue 17

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

Shades of La Rioja #BEBD11

Tints of La Rioja #BEBD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.73%

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

R = 47.98%
G = 47.73%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEBD11 (or 0xBEBD11) is known color: La Rioja. HEX triplet: BE, BD and 11. RGB value is (190,189,17). Sum of RGB (Red+Green+Blue) = 190+189+17=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBD11 is #4142EE. Grayscale: #AAAAAA. Windows color (decimal): -4276975 or 1162686. OLE color: 1162686.

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

Color convert

RGB 190 189 17 -
CMYK 0 0.01 0.91 0.25
HSL 59.65º 0.84% 0.41% -
HSV(B) 59.65º 0.91% 0.75% -
XYZ 39.53 47.38 7.59 -
YUV 169.69 41.83 142.49 -
System Red Green Blue C M Y K H S L
Decimal 190 189 17 0 0.01 0.91 0.25 59.65 0.84 0.41
Hex BE BD 11 0 1 5B 19 3C 54 29
Octal 276 275 21 0 1 133 31 74 124 51
Binary 10111110 10111101 10001 0 1 1011011 11001 111100 1010100 101001

Color Harmonies of #BEBD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD11

Black with #BEBD11

Text Example


Text Example

White with #BEBD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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