Html Css Color HEX #BEBA0F La Rioja

📋 copy color: '#BEBA0F'

red 190 ◦ green 186 ◦ blue 15

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

Shades of La Rioja #BEBA0F

Tints of La Rioja #BEBA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.57%

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

R = 48.59%
G = 47.57%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEBA0F (or 0xBEBA0F) is known color: La Rioja. HEX triplet: BE, BA and 0F. RGB value is (190,186,15). Sum of RGB (Red+Green+Blue) = 190+186+15=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA0F is #4145F0. Grayscale: #A8A8A8. Windows color (decimal): -4277745 or 1030846. OLE color: 1030846.

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

Color convert

RGB 190 186 15 -
CMYK 0 0.02 0.92 0.25
HSL 58.63º 0.85% 0.4% -
HSV(B) 58.63º 0.92% 0.75% -
XYZ 38.88 46.1 7.3 -
YUV 167.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 190 186 15 0 0.02 0.92 0.25 58.63 0.85 0.4
Hex BE BA F 0 2 5C 19 3B 55 28
Octal 276 272 17 0 2 134 31 73 125 50
Binary 10111110 10111010 1111 0 10 1011100 11001 111011 1010101 101000

Color Harmonies of #BEBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA0F

Black with #BEBA0F

Text Example


Text Example

White with #BEBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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