Html Css Color HEX #BEB702 La Rioja

📋 copy color: '#BEB702'

red 190 ◦ green 183 ◦ blue 2

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

Shades of La Rioja #BEB702

Tints of La Rioja #BEB702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 50.67%
G = 48.8%
B = 0.53%

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

#BEB702 (or 0xBEB702) is known color: La Rioja. HEX triplet: BE, B7 and 02. RGB value is (190,183,2). Sum of RGB (Red+Green+Blue) = 190+183+2=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB702 is #4148FD. Grayscale: #A5A5A5. Windows color (decimal): -4278526 or 178110. OLE color: 178110.

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

Color convert

RGB 190 183 2 -
CMYK 0 0.04 0.99 0.25
HSL 57.77º 0.98% 0.38% -
HSV(B) 57.77º 0.99% 0.75% -
XYZ 38.18 44.82 6.7 -
YUV 164.46 36.32 146.22 -
System Red Green Blue C M Y K H S L
Decimal 190 183 2 0 0.04 0.99 0.25 57.77 0.98 0.38
Hex BE B7 2 0 4 63 19 3A 62 26
Octal 276 267 2 0 4 143 31 72 142 46
Binary 10111110 10110111 10 0 100 1100011 11001 111010 1100010 100110

Color Harmonies of #BEB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB702

Black with #BEB702

Text Example


Text Example

White with #BEB702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB702; }

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

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

background-color css

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

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

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

border-color css

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

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

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