Html Css Color HEX #BEB602 La Rioja

📋 copy color: '#BEB602'

red 190 ◦ green 182 ◦ blue 2

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

Shades of La Rioja #BEB602

Tints of La Rioja #BEB602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.66%

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

R = 50.8%
G = 48.66%
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

#BEB602 (or 0xBEB602) is known color: La Rioja. HEX triplet: BE, B6 and 02. RGB value is (190,182,2). Sum of RGB (Red+Green+Blue) = 190+182+2=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB602 is #4149FD. Grayscale: #A4A4A4. Windows color (decimal): -4278782 or 177854. OLE color: 177854.

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

Color convert

RGB 190 182 2 -
CMYK 0 0.04 0.99 0.25
HSL 57.45º 0.98% 0.38% -
HSV(B) 57.45º 0.99% 0.75% -
XYZ 37.97 44.41 6.63 -
YUV 163.87 36.65 146.64 -
System Red Green Blue C M Y K H S L
Decimal 190 182 2 0 0.04 0.99 0.25 57.45 0.98 0.38
Hex BE B6 2 0 4 63 19 39 62 26
Octal 276 266 2 0 4 143 31 71 142 46
Binary 10111110 10110110 10 0 100 1100011 11001 111001 1100010 100110

Color Harmonies of #BEB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB602

Black with #BEB602

Text Example


Text Example

White with #BEB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB602; }

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

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

background-color css

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

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

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

border-color css

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

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

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