Html Css Color HEX #BEBA13 La Rioja

📋 copy color: '#BEBA13'

red 190 ◦ green 186 ◦ blue 19

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

Shades of La Rioja #BEBA13

Tints of La Rioja #BEBA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.81%

R = 48.1%
G = 47.09%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BEBA13 (or 0xBEBA13) is known color: La Rioja. HEX triplet: BE, BA and 13. RGB value is (190,186,19). Sum of RGB (Red+Green+Blue) = 190+186+19=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA13 is #4145EC. Grayscale: #A8A8A8. Windows color (decimal): -4277741 or 1292990. OLE color: 1292990.

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

Color convert

RGB 190 186 19 -
CMYK 0 0.02 0.90 0.25
HSL 58.6º 0.82% 0.41% -
HSV(B) 58.6º 0.9% 0.75% -
XYZ 38.91 46.11 7.47 -
YUV 168.16 43.83 143.58 -
System Red Green Blue C M Y K H S L
Decimal 190 186 19 0 0.02 0.90 0.25 58.6 0.82 0.41
Hex BE BA 13 0 2 5A 19 3B 52 29
Octal 276 272 23 0 2 132 31 73 122 51
Binary 10111110 10111010 10011 0 10 1011010 11001 111011 1010010 101001

Color Harmonies of #BEBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA13

Black with #BEBA13

Text Example


Text Example

White with #BEBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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