Html Css Color HEX #BEB710 La Rioja

📋 copy color: '#BEB710'

red 190 ◦ green 183 ◦ blue 16

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

Shades of La Rioja #BEB710

Tints of La Rioja #BEB710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.11%

R = 48.84%
G = 47.04%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEB710 (or 0xBEB710) is known color: La Rioja. HEX triplet: BE, B7 and 10. RGB value is (190,183,16). Sum of RGB (Red+Green+Blue) = 190+183+16=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB710 is #4148EF. Grayscale: #A6A6A6. Windows color (decimal): -4278512 or 1095614. OLE color: 1095614.

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

Color convert

RGB 190 183 16 -
CMYK 0 0.04 0.92 0.25
HSL 57.59º 0.84% 0.4% -
HSV(B) 57.59º 0.92% 0.75% -
XYZ 38.26 44.85 7.13 -
YUV 166.06 43.32 145.08 -
System Red Green Blue C M Y K H S L
Decimal 190 183 16 0 0.04 0.92 0.25 57.59 0.84 0.4
Hex BE B7 10 0 4 5C 19 3A 54 28
Octal 276 267 20 0 4 134 31 72 124 50
Binary 10111110 10110111 10000 0 100 1011100 11001 111010 1010100 101000

Color Harmonies of #BEB710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB710

Black with #BEB710

Text Example


Text Example

White with #BEB710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB710; }

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

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

background-color css

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

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

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

border-color css

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

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

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