Html Css Color HEX #BEBD01 La Rioja

📋 copy color: '#BEBD01'

red 190 ◦ green 189 ◦ blue 1

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

Shades of La Rioja #BEBD01

Tints of La Rioja #BEBD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 50%
G = 49.74%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BEBD01 (or 0xBEBD01) is known color: La Rioja. HEX triplet: BE, BD and 01. RGB value is (190,189,1). Sum of RGB (Red+Green+Blue) = 190+189+1=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBD01 is #4142FE. Grayscale: #A8A8A8. Windows color (decimal): -4276991 or 114110. OLE color: 114110.

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

Color convert

RGB 190 189 1 -
CMYK 0 0.01 0.99 0.25
HSL 59.68º 0.99% 0.37% -
HSV(B) 59.68º 0.99% 0.75% -
XYZ 39.44 47.34 7.09 -
YUV 167.87 33.83 143.79 -
System Red Green Blue C M Y K H S L
Decimal 190 189 1 0 0.01 0.99 0.25 59.68 0.99 0.37
Hex BE BD 1 0 1 63 19 3C 63 25
Octal 276 275 1 0 1 143 31 74 143 45
Binary 10111110 10111101 1 0 1 1100011 11001 111100 1100011 100101

Color Harmonies of #BEBD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD01

Black with #BEBD01

Text Example


Text Example

White with #BEBD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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