Html Css Color HEX #BEB101 La Rioja

📋 copy color: '#BEB101'

red 190 ◦ green 177 ◦ blue 1

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

Shades of La Rioja #BEB101

Tints of La Rioja #BEB101

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.1%

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

R = 51.63%
G = 48.1%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BEB101 (or 0xBEB101) is known color: La Rioja. HEX triplet: BE, B1 and 01. RGB value is (190,177,1). Sum of RGB (Red+Green+Blue) = 190+177+1=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB101 is #414EFE. Grayscale: #A1A1A1. Windows color (decimal): -4280063 or 111038. OLE color: 111038.

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

Color convert

RGB 190 177 1 -
CMYK 0 0.07 0.99 0.25
HSL 55.87º 0.99% 0.37% -
HSV(B) 55.87º 0.99% 0.75% -
XYZ 36.96 42.39 6.26 -
YUV 160.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 190 177 1 0 0.07 0.99 0.25 55.87 0.99 0.37
Hex BE B1 1 0 7 63 19 38 63 25
Octal 276 261 1 0 7 143 31 70 143 45
Binary 10111110 10110001 1 0 111 1100011 11001 111000 1100011 100101

Color Harmonies of #BEB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB101

Black with #BEB101

Text Example


Text Example

White with #BEB101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB101; }

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

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

background-color css

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

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

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

border-color css

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

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

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