Html Css Color HEX #BEB201 La Rioja

📋 copy color: '#BEB201'

red 190 ◦ green 178 ◦ blue 1

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

Shades of La Rioja #BEB201

Tints of La Rioja #BEB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.24%

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

R = 51.49%
G = 48.24%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BEB201 (or 0xBEB201) is known color: La Rioja. HEX triplet: BE, B2 and 01. RGB value is (190,178,1). Sum of RGB (Red+Green+Blue) = 190+178+1=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB201 is #414DFE. Grayscale: #A2A2A2. Windows color (decimal): -4279807 or 111294. OLE color: 111294.

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

Color convert

RGB 190 178 1 -
CMYK 0 0.06 0.99 0.25
HSL 56.19º 0.99% 0.37% -
HSV(B) 56.19º 0.99% 0.75% -
XYZ 37.16 42.79 6.33 -
YUV 161.41 37.48 148.39 -
System Red Green Blue C M Y K H S L
Decimal 190 178 1 0 0.06 0.99 0.25 56.19 0.99 0.37
Hex BE B2 1 0 6 63 19 38 63 25
Octal 276 262 1 0 6 143 31 70 143 45
Binary 10111110 10110010 1 0 110 1100011 11001 111000 1100011 100101

Color Harmonies of #BEB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB201

Black with #BEB201

Text Example


Text Example

White with #BEB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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