Html Css Color HEX #BEBA10 La Rioja

📋 copy color: '#BEBA10'

red 190 ◦ green 186 ◦ blue 16

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

Shades of La Rioja #BEBA10

Tints of La Rioja #BEBA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.08%

R = 48.47%
G = 47.45%
B = 4.08%

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

#BEBA10 (or 0xBEBA10) is known color: La Rioja. HEX triplet: BE, BA and 10. RGB value is (190,186,16). Sum of RGB (Red+Green+Blue) = 190+186+16=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA10 is #4145EF. Grayscale: #A8A8A8. Windows color (decimal): -4277744 or 1096382. OLE color: 1096382.

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

Color convert

RGB 190 186 16 -
CMYK 0 0.02 0.92 0.25
HSL 58.62º 0.84% 0.4% -
HSV(B) 58.62º 0.92% 0.75% -
XYZ 38.89 46.1 7.34 -
YUV 167.82 42.33 143.82 -
System Red Green Blue C M Y K H S L
Decimal 190 186 16 0 0.02 0.92 0.25 58.62 0.84 0.4
Hex BE BA 10 0 2 5C 19 3B 54 28
Octal 276 272 20 0 2 134 31 73 124 50
Binary 10111110 10111010 10000 0 10 1011100 11001 111011 1010100 101000

Color Harmonies of #BEBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA10

Black with #BEBA10

Text Example


Text Example

White with #BEBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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