Html Css Color HEX #BEBA15 La Rioja

📋 copy color: '#BEBA15'

red 190 ◦ green 186 ◦ blue 21

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

Shades of La Rioja #BEBA15

Tints of La Rioja #BEBA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.29%

R = 47.86%
G = 46.85%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BEBA15 (or 0xBEBA15) is known color: La Rioja. HEX triplet: BE, BA and 15. RGB value is (190,186,21). Sum of RGB (Red+Green+Blue) = 190+186+21=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA15 is #4145EA. Grayscale: #A9A9A9. Windows color (decimal): -4277739 or 1424062. OLE color: 1424062.

HSL color Cylindrical-coordinate representation of color #BEBA15: hue angle of 58.58º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEBA15 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 21 -
CMYK 0 0.02 0.89 0.25
HSL 58.58º 0.8% 0.41% -
HSV(B) 58.58º 0.89% 0.75% -
XYZ 38.93 46.12 7.56 -
YUV 168.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 190 186 21 0 0.02 0.89 0.25 58.58 0.8 0.41
Hex BE BA 15 0 2 59 19 3B 50 29
Octal 276 272 25 0 2 131 31 73 120 51
Binary 10111110 10111010 10101 0 10 1011001 11001 111011 1010000 101001

Color Harmonies of #BEBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA15

Black with #BEBA15

Text Example


Text Example

White with #BEBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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