Html Css Color HEX #BEB80F La Rioja

📋 copy color: '#BEB80F'

red 190 ◦ green 184 ◦ blue 15

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

Shades of La Rioja #BEB80F

Tints of La Rioja #BEB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.3%

 BLUE value IS 15 (6.25% from 255) = 3.86%

R = 48.84%
G = 47.3%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEB80F (or 0xBEB80F) is known color: La Rioja. HEX triplet: BE, B8 and 0F. RGB value is (190,184,15). Sum of RGB (Red+Green+Blue) = 190+184+15=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB80F is #4147F0. Grayscale: #A7A7A7. Windows color (decimal): -4278257 or 1030334. OLE color: 1030334.

HSL color Cylindrical-coordinate representation of color #BEB80F: hue angle of 57.94º degrees, saturation: 0.85, 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 #BEB80F is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 184 15 -
CMYK 0 0.03 0.92 0.25
HSL 57.94º 0.85% 0.4% -
HSV(B) 57.94º 0.92% 0.75% -
XYZ 38.46 45.26 7.16 -
YUV 166.53 42.49 144.74 -
System Red Green Blue C M Y K H S L
Decimal 190 184 15 0 0.03 0.92 0.25 57.94 0.85 0.4
Hex BE B8 F 0 3 5C 19 3A 55 28
Octal 276 270 17 0 3 134 31 72 125 50
Binary 10111110 10111000 1111 0 11 1011100 11001 111010 1010101 101000

Color Harmonies of #BEB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB80F

Black with #BEB80F

Text Example


Text Example

White with #BEB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB80F; }

 p { color: rgb(190,184,15); }

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

background-color css

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

 a { background-color: rgb(190,184,15); }

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

border-color css

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

 span { border-color: rgb(190,184,15); }

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