Html Css Color HEX #BEB701 La Rioja

📋 copy color: '#BEB701'

red 190 ◦ green 183 ◦ blue 1

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

Shades of La Rioja #BEB701

Tints of La Rioja #BEB701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.93%

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

R = 50.8%
G = 48.93%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BEB701 (or 0xBEB701) is known color: La Rioja. HEX triplet: BE, B7 and 01. RGB value is (190,183,1). Sum of RGB (Red+Green+Blue) = 190+183+1=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB701 is #4148FE. Grayscale: #A5A5A5. Windows color (decimal): -4278527 or 112574. OLE color: 112574.

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

Color convert

RGB 190 183 1 -
CMYK 0 0.04 0.99 0.25
HSL 57.78º 0.99% 0.37% -
HSV(B) 57.78º 0.99% 0.75% -
XYZ 38.17 44.82 6.67 -
YUV 164.35 35.82 146.3 -
System Red Green Blue C M Y K H S L
Decimal 190 183 1 0 0.04 0.99 0.25 57.78 0.99 0.37
Hex BE B7 1 0 4 63 19 3A 63 25
Octal 276 267 1 0 4 143 31 72 143 45
Binary 10111110 10110111 1 0 100 1100011 11001 111010 1100011 100101

Color Harmonies of #BEB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB701

Black with #BEB701

Text Example


Text Example

White with #BEB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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