Html Css Color HEX #BEB000 La Rioja

📋 copy color: '#BEB000'

red 190 ◦ green 176 ◦ blue 0

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

Shades of La Rioja #BEB000

Tints of La Rioja #BEB000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.91%
G = 48.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BEB000 (or 0xBEB000) is known color: La Rioja. HEX triplet: BE, B0 and 00. RGB value is (190,176,0). Sum of RGB (Red+Green+Blue) = 190+176+0=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB000 is #414FFF. Grayscale: #A0A0A0. Windows color (decimal): -4280320 or 45246. OLE color: 45246.

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

Color convert

RGB 190 176 0 -
CMYK 0 0.07 1 0.25
HSL 55.58º 1% 0.37% -
HSV(B) 55.58º 1% 0.75% -
XYZ 36.76 42 6.17 -
YUV 160.12 37.64 149.31 -
System Red Green Blue C M Y K H S L
Decimal 190 176 0 0 0.07 1 0.25 55.58 1 0.37
Hex BE B0 0 0 7 64 19 38 64 25
Octal 276 260 0 0 7 144 31 70 144 45
Binary 10111110 10110000 0 0 111 1100100 11001 111000 1100100 100101

Color Harmonies of #BEB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB000

Black with #BEB000

Text Example


Text Example

White with #BEB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB000; }

 p { color: rgb(190,176,0); }

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

background-color css

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

 a { background-color: rgb(190,176,0); }

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

border-color css

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

 span { border-color: rgb(190,176,0); }

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