Html Css Color HEX #BEB413 La Rioja

📋 copy color: '#BEB413'

red 190 ◦ green 180 ◦ blue 19

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

Shades of La Rioja #BEB413

Tints of La Rioja #BEB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.27%

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

R = 48.84%
G = 46.27%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BEB413 (or 0xBEB413) is known color: La Rioja. HEX triplet: BE, B4 and 13. RGB value is (190,180,19). Sum of RGB (Red+Green+Blue) = 190+180+19=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB413 is #414BEC. Grayscale: #A5A5A5. Windows color (decimal): -4279277 or 1291454. OLE color: 1291454.

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

Color convert

RGB 190 180 19 -
CMYK 0 0.05 0.90 0.25
HSL 56.49º 0.82% 0.41% -
HSV(B) 56.49º 0.9% 0.75% -
XYZ 37.67 43.64 7.05 -
YUV 164.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 190 180 19 0 0.05 0.90 0.25 56.49 0.82 0.41
Hex BE B4 13 0 5 5A 19 38 52 29
Octal 276 264 23 0 5 132 31 70 122 51
Binary 10111110 10110100 10011 0 101 1011010 11001 111000 1010010 101001

Color Harmonies of #BEB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB413

Black with #BEB413

Text Example


Text Example

White with #BEB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB413; }

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

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

background-color css

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

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

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

border-color css

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

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

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