Html Css Color HEX #BEB812 La Rioja

📋 copy color: '#BEB812'

red 190 ◦ green 184 ◦ blue 18

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

Shades of La Rioja #BEB812

Tints of La Rioja #BEB812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.59%

R = 48.47%
G = 46.94%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEB812 (or 0xBEB812) is known color: La Rioja. HEX triplet: BE, B8 and 12. RGB value is (190,184,18). Sum of RGB (Red+Green+Blue) = 190+184+18=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB812 is #4147ED. Grayscale: #A7A7A7. Windows color (decimal): -4278254 or 1226942. OLE color: 1226942.

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

Color convert

RGB 190 184 18 -
CMYK 0 0.03 0.91 0.25
HSL 57.91º 0.83% 0.41% -
HSV(B) 57.91º 0.91% 0.75% -
XYZ 38.48 45.27 7.28 -
YUV 166.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 190 184 18 0 0.03 0.91 0.25 57.91 0.83 0.41
Hex BE B8 12 0 3 5B 19 3A 53 29
Octal 276 270 22 0 3 133 31 72 123 51
Binary 10111110 10111000 10010 0 11 1011011 11001 111010 1010011 101001

Color Harmonies of #BEB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB812

Black with #BEB812

Text Example


Text Example

White with #BEB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB812; }

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

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

background-color css

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

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

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

border-color css

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

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

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